Html Css Color HEX #0F091D Haiti

📋 copy color: '#0F091D'

red 15 ◦ green 9 ◦ blue 29

#0F091D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Haiti #0F091D

Tints of Haiti #0F091D

RGB

 RED value IS 15 (6.25% from 255) = 28.3%

 GREEN value IS 9 (3.91% from 255) = 16.98%

 BLUE value IS 29 (11.72% from 255) = 54.72%

R = 28.3%
G = 16.98%
B = 54.72%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F091D (or 0x0F091D) is known color: 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

RGB 15 9 29 -
CMYK 0.48 0.69 0 0.89
HSL 258º 0.53% 0.07% -
HSV(B) 258º 0.69% 0.11% -
XYZ 0.52 0.39 1.21 -
YUV 13.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 15 9 29 0.48 0.69 0 0.89 258 0.53 0.07
Hex F 9 1D 30 45 0 59 102 35 7
Octal 17 11 35 60 105 0 131 402 65 7
Binary 1111 1001 11101 110000 1000101 0 1011001 100000010 110101 111

Color Harmonies of #0F091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F091D

Black with #0F091D

Text Example


Text Example

White with #0F091D

Text Example


Text Example

HTML Codes & Css Web 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>