Html Css Color HEX #0F091F Haiti

📋 copy color: '#0F091F'

red 15 ◦ green 9 ◦ blue 31

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

Shades of Haiti #0F091F

Tints of Haiti #0F091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 56.36%

R = 27.27%
G = 16.36%
B = 56.36%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0F091F (or 0x0F091F) is known color: Haiti. HEX triplet: 0F, 09 and 1F. RGB value is (15,9,31). Sum of RGB (Red+Green+Blue) = 15+9+31=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F091F is #F0F6E0. Grayscale: #0D0D0D. Windows color (decimal): -15791841 or 2033935. OLE color: 2033935.

HSL color Cylindrical-coordinate representation of color #0F091F: hue angle of 256.36º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F091F is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 9 31 -
CMYK 0.52 0.71 0 0.88
HSL 256.36º 0.55% 0.08% -
HSV(B) 256.36º 0.71% 0.12% -
XYZ 0.54 0.4 1.34 -
YUV 13.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 15 9 31 0.52 0.71 0 0.88 256.36 0.55 0.08
Hex F 9 1F 34 47 0 58 100 37 8
Octal 17 11 37 64 107 0 130 400 67 10
Binary 1111 1001 11111 110100 1000111 0 1011000 100000000 110111 1000

Color Harmonies of #0F091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F091F

Black with #0F091F

Text Example


Text Example

White with #0F091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F091F;
 }
 .AnyTagClassName
 {
   color: #0F091F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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