#0F0B16

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

Shades of Haiti #0F0B16

Tints of Haiti #0F0B16

Color information

#0F0B16 (or 0x0F0B16) is unknown color: approx Haiti. HEX triplet: 0F, 0B and 16. RGB value is (15,11,22). Sum of RGB (Red+Green+Blue) = 15+11+22=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F0B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B16 is #F0F4E9. Grayscale: #0D0D0D. Windows color (decimal): -15791338 or 1444623. OLE color: 1444623.

HSL color Cylindrical-coordinate representation of color #0F0B16: hue angle of 261.82º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F0B16 is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB151122-
CMYK0.320.500.91
HSL261.82º33.33%6.47%-
HSV(B)261.82º50%8.63%-
XYZ0.460.40.81-
YUV13.45132.83129.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.25%
GREEN value IS 11 (4.69% from 255) = 22.92%
BLUE value IS 22 (8.98% from 255) = 45.83%
R=31.25%
G=22.92%
B=45.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1511220.320.500.91261.8233.336.47
HexFB16203205B106216
Octal17132640620133406416
Binary111110111011010000011001001011011100000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,11,22); }

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

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

 a { background-color: rgb(15,11,22); }

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

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

 span { border-color: rgb(15,11,22); }

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