#0F091D

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

Shades of Haiti #0F091D

Tints of Haiti #0F091D

Color information

#0F091D (or 0x0F091D) is unknown color: approx Haiti. HEX triplet: 0F, 09 and 1D. RGB value is (15,9,29). Sum of RGB (Red+Green+Blue) = 15+9+29=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F091D is #F0F6E2. Grayscale: #0C0C0C. Windows color (decimal): -15791843 or 1902863. OLE color: 1902863.

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

Color convert

RGB15929-
CMYK0.480.6900.89
HSL258º52.63%7.45%-
HSV(B)258º68.97%11.37%-
XYZ0.520.391.21-
YUV13.07136.99129.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.30%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 29 (11.72% from 255) = 54.72%
R=28.30%
G=16.98%
B=54.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal159290.480.6900.8925852.637.45
HexF91D3045059102357
Octal171135601050131402657
Binary1111100111101110000100010101011001100000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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