#170C31

Color #170C31 Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #170C31

Tints of Tolopea #170C31

Color information

#170C31 (or 0x170C31) is unknown color: approx Tolopea. HEX triplet: 17, 0C and 31. RGB value is (23,12,49). Sum of RGB (Red+Green+Blue) = 23+12+49=84 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.38% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #170C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C31 is #E8F3CE. Grayscale: #131313. Windows color (decimal): -15266767 or 3214359. OLE color: 3214359.

HSL color Cylindrical-coordinate representation of color #170C31: hue angle of 257.84º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #170C31 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB231249-
CMYK0.530.7600.81
HSL257.84º60.66%11.96%-
HSV(B)257.84º75.51%19.22%-
XYZ1.040.672.98-
YUV19.51144.64130.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 27.38%
GREEN value IS 12 (5.08% from 255) = 14.29%
BLUE value IS 49 (19.53% from 255) = 58.33%
R=27.38%
G=14.29%
B=58.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2312490.530.7600.81257.8460.6611.96
Hex17C31354C0511023dc
Octal2714616511401214027514
Binary1011111001100011101011001100010100011000000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170C31; }

 p { color: rgb(23,12,49); }

 H1.HeaderClassName
 {
   color: #170C31;
 }
 .AnyTagClassName
 {
   color: #170C31;
 }
</style>
background-color css

<style>
 a { background-color: #170C31; }

 a { background-color: rgb(23,12,49); }

 div.DivClassName
 {
   background-color: #170C31;
 }
 .BgClassName
 {
   background-color: #170C31;
 }
</style>
border-color css

<style>
 span { border-color: #170C31; }

 span { border-color: rgb(23,12,49); }

 td.TdClassName
 {
   border-color: #170C31;
 }
 .TagClassName
 {
   border-color: #170C31;
 }
</style>