#171225

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

Shades of Haiti #171225

Tints of Haiti #171225

Color information

#171225 (or 0x171225) is unknown color: approx Haiti. HEX triplet: 17, 12 and 25. RGB value is (23,18,37). Sum of RGB (Red+Green+Blue) = 23+18+37=78 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.49% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #171225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171225 is #E8EDDA. Grayscale: #151515. Windows color (decimal): -15265243 or 2429463. OLE color: 2429463.

HSL color Cylindrical-coordinate representation of color #171225: hue angle of 255.79º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #171225 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB231837-
CMYK0.380.5100.85
HSL255.79º34.55%10.78%-
HSV(B)255.79º51.35%14.51%-
XYZ0.90.751.85-
YUV21.66136.66128.96-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 29.49%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 37 (14.84% from 255) = 47.44%
R=29.49%
G=23.08%
B=47.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2318370.380.5100.85255.7934.5510.78
Hex171225263305510023b
Octal272245466301254004313
Binary1011110010100101100110110011010101011000000001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171225; }

 p { color: rgb(23,18,37); }

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

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

 a { background-color: rgb(23,18,37); }

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

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

 span { border-color: rgb(23,18,37); }

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