#0F0B17

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

Shades of Haiti #0F0B17

Tints of Haiti #0F0B17

Color information

#0F0B17 (or 0x0F0B17) is unknown color: approx Haiti. HEX triplet: 0F, 0B and 17. RGB value is (15,11,23). Sum of RGB (Red+Green+Blue) = 15+11+23=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B17 is #F0F4E8. Grayscale: #0D0D0D. Windows color (decimal): -15791337 or 1510159. OLE color: 1510159.

HSL color Cylindrical-coordinate representation of color #0F0B17: hue angle of 260º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F0B17 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB151123-
CMYK0.350.5200.91
HSL260º35.29%6.67%-
HSV(B)260º52.17%9.02%-
XYZ0.470.40.86-
YUV13.56133.33129.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30.61%
GREEN value IS 11 (4.69% from 255) = 22.45%
BLUE value IS 23 (9.38% from 255) = 46.94%
R=30.61%
G=22.45%
B=46.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1511230.350.5200.9126035.296.67
HexFB17233405B104237
Octal17132743640133404437
Binary111110111011110001111010001011011100000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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