#0F091B

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

Shades of Haiti #0F091B

Tints of Haiti #0F091B

Color information

#0F091B (or 0x0F091B) is unknown color: approx Haiti. HEX triplet: 0F, 09 and 1B. RGB value is (15,9,27). Sum of RGB (Red+Green+Blue) = 15+9+27=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #0F091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F091B is #F0F6E4. Grayscale: #0C0C0C. Windows color (decimal): -15791845 or 1771791. OLE color: 1771791.

HSL color Cylindrical-coordinate representation of color #0F091B: hue angle of 260º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F091B is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB15927-
CMYK0.440.6700.89
HSL260º50%7.06%-
HSV(B)260º66.67%10.59%-
XYZ0.490.381.08-
YUV12.85135.99129.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 29.41%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 27 (10.94% from 255) = 52.94%
R=29.41%
G=17.65%
B=52.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal159270.440.6700.89260507.06
HexF91B2C43059104327
Octal171133541030131404627
Binary1111100111011101100100001101011001100000100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,9,27); }

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

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

 a { background-color: rgb(15,9,27); }

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

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

 span { border-color: rgb(15,9,27); }

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