COLOR #17002A

HEX: #17002A RGB: (23,0,42)

Color info

#17002A contains only red and blue colors. Web safe color of #17002A is #000033 (or #003).

RGB color model

#17002A color RGB value is (23,0,42).

RGB: (23,0,42) (9%, 0%, 16%)

RGB channels and saturation

R 23 of 255 = 9%
G 0 of 255 = 0%
B 42 of 255 = 16%

23
0
42

R + G + B ~ 8%. #17002A is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 0 + 42 = 65 (100%)
R 23 of 65 ~ 35.38%
G 0 of 65 ~ 0%
B 42 of 65 ~ 64.62'%

%35.38
%64.62

CMYK color model

#17002A color CMYK value is (45,100,0,84).

  • cyan value is 45.24%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (45,100,0,84)
C45M100Y0K84 (45%, 100%, 0%, 84%)
(0.45 / 1.00 / 0.00 / 0.84)

CMYK percentages

%45.24
%100
%0
%83.53

Codes

Color #17002A in popluar color models

17 00 2A
RGB 23 0 42
HSL 273° 100.00% 8.24%
HSB/HSV 273° 100.00% 16.47%
CMYK 45.24% 100.00% 0.00%
83.53%

Color #17002A in popluar number systems.

HEX 17 00 2A
Decimal 23 0 42
Binary 10111 0 101010
Octal 27 0 52

Shades and tints

Shades of #17002A

#17002A
(23,0,42)
#150027
(21,0,39)
#130024
(19,0,36)
#110021
(17,0,33)
#0F001E
(15,0,30)
#0D001B
(13,0,27)
#0B0018
(11,0,24)
#090015
(9,0,21)
#070012
(7,0,18)
#05000F
(5,0,15)
#03000C
(3,0,12)
#000000
(0,0,0)

Tints of #17002A

#17002A
(23,0,42)
#2C173D
(44,23,61)
#412E50
(65,46,80)
#564563
(86,69,99)
#6B5C76
(107,92,118)
#807389
(128,115,137)
#958A9C
(149,138,156)
#AAA1AF
(170,161,175)
#BFB8C2
(191,184,194)
#D4CFD5
(212,207,213)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17002A color. Also use rgb(23,0,42) instead hex code.

Text Font Color

.myTextColor { color: #17002A; }

<p style="color:#17002A">This sample text font color is #17002A.</p>

This text font color is #17002A.

Background Color

.myBgColor { background-color: #17002A; }

<div style="background-color:#17002A">Inner text</div>

This div background color is #17002A.

Border color

.myBorderColor { border: 1px solid #17002A; }

<div style="border:3px solid #17002A">Div</div>

This div border color is #17002A.

Opacity

.myOpacity80 { color: #17002A; opacity: 0.8; }

<p style="color:#17002A;opacity:0.8;">80%</p>

Text with #17002A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #17002A;}

<p style="text-shadow: 3px 3px 1px #17002A">Text here.</p>

This text has shadow with #17002A color.


.textShadow {text-shadow: 3px 3px 1px #17002A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #17002A, 5px 5px 20px red">Text here.</p>

This text has shadow with #17002A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#17002A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#17002A, Direction=45, Strength=4)">Text</p>

This text has shadow with #17002A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #17002A;
-webkit-box-shadow: 1px 1px 3px 2px #17002A;
box-shadow: 1px 1px 3px 2px #17002A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #17002A; -webkit-box-shadow: 1px 1px 3px 2px #17002A; box-shadow:1px 1px 3px 2px #17002A;">
Div content here
</div>

This div box has shadow with color #17002A.

Preview

Color preview on black background

This text has color #17002A on black background.


Color preview on white background

This text has color #17002A on white background.


Black color preview on #17002A background

This text has black color on #17002A background.


White color preview on #17002A background

This text has white color on #17002A background.


Related colors

Complementary color

Complementary color for #hex is #E8FFD5.


I love getcolorcode.com

Triadic colors

1 #2A1700 and #002A17 with #17002A are triadic colors.

2 #2A0017 and #00172A with #17002A are triadic colors.