#130C24

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

Shades of Haiti #130C24

Tints of Haiti #130C24

Color information

#130C24 (or 0x130C24) is unknown color: approx Haiti. HEX triplet: 13, 0C and 24. RGB value is (19,12,36). Sum of RGB (Red+Green+Blue) = 19+12+36=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #130C24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C24 is #ECF3DB. Grayscale: #101010. Windows color (decimal): -15528924 or 2362387. OLE color: 2362387.

HSL color Cylindrical-coordinate representation of color #130C24: hue angle of 257.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #130C24 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB191236-
CMYK0.470.6700.86
HSL257.5º50%9.41%-
HSV(B)257.5º66.67%14.12%-
XYZ0.720.531.73-
YUV16.83138.82129.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 12 (5.08% from 255) = 17.91%
BLUE value IS 36 (14.45% from 255) = 53.73%
R=28.36%
G=17.91%
B=53.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1912360.470.6700.86257.5509.41
Hex13C242F43056102329
Octal2314445710301264026211
Binary1001111001001001011111000011010101101000000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130C24; }

 p { color: rgb(19,12,36); }

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

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

 a { background-color: rgb(19,12,36); }

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

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

 span { border-color: rgb(19,12,36); }

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