#0F0824

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

Shades of Haiti #0F0824

Tints of Haiti #0F0824

Color information

#0F0824 (or 0x0F0824) is unknown color: approx Haiti. HEX triplet: 0F, 08 and 24. RGB value is (15,8,36). Sum of RGB (Red+Green+Blue) = 15+8+36=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 36 (14.45% from 255 or 61.02% from 59); Max value from RGB is 36 - color contains mainly: blue. Hex color #0F0824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0824 is #F0F7DB. Grayscale: #0D0D0D. Windows color (decimal): -15792092 or 2361359. OLE color: 2361359.

HSL color Cylindrical-coordinate representation of color #0F0824: hue angle of 255º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F0824 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB15836-
CMYK0.580.7800.86
HSL255º63.64%8.63%-
HSV(B)255º77.78%14.12%-
XYZ0.60.41.72-
YUV13.28140.82129.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25.42%
GREEN value IS 8 (3.52% from 255) = 13.56%
BLUE value IS 36 (14.45% from 255) = 61.02%
R=25.42%
G=13.56%
B=61.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal158360.580.7800.8625563.648.63
HexF8243A4E056ff409
Octal17104472116012637710011
Binary111110001001001110101001110010101101111111110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F0824; }

 p { color: rgb(15,8,36); }

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

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

 a { background-color: rgb(15,8,36); }

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

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

 span { border-color: rgb(15,8,36); }

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