#170C2F

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

Shades of Tolopea #170C2F

Tints of Tolopea #170C2F

Color information

#170C2F (or 0x170C2F) is unknown color: approx Tolopea. HEX triplet: 17, 0C and 2F. RGB value is (23,12,47). Sum of RGB (Red+Green+Blue) = 23+12+47=82 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.05% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #170C2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C2F is #E8F3D0. Grayscale: #131313. Windows color (decimal): -15266769 or 3083287. OLE color: 3083287.

HSL color Cylindrical-coordinate representation of color #170C2F: hue angle of 258.86º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #170C2F is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB231247-
CMYK0.510.7400.82
HSL258.86º59.32%11.57%-
HSV(B)258.86º74.47%18.43%-
XYZ10.652.76-
YUV19.28143.64130.65-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 28.05%
GREEN value IS 12 (5.08% from 255) = 14.63%
BLUE value IS 47 (18.75% from 255) = 57.32%
R=28.05%
G=14.63%
B=57.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2312470.510.7400.82258.8659.3211.57
Hex17C2F334A0521033bc
Octal2714576311201224037314
Binary1011111001011111100111001010010100101000000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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