Html Css Color HEX #0F0C15 Haiti

📋 copy color: '#0F0C15'

red 15 ◦ green 12 ◦ blue 21

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

Shades of Haiti #0F0C15

Tints of Haiti #0F0C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 25%

 BLUE value IS 21 (8.59% from 255) = 43.75%

R = 31.25%
G = 25%
B = 43.75%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0F0C15 (or 0x0F0C15) is known color: Haiti. HEX triplet: 0F, 0C and 15. RGB value is (15,12,21). Sum of RGB (Red+Green+Blue) = 15+12+21=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F0C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C15 is #F0F3EA. Grayscale: #0D0D0D. Windows color (decimal): -15791083 or 1379343. OLE color: 1379343.

HSL color Cylindrical-coordinate representation of color #0F0C15: hue angle of 260º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0F0C15 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 12 21 -
CMYK 0.29 0.43 0 0.92
HSL 260º 0.27% 0.06% -
HSV(B) 260º 0.43% 0.08% -
XYZ 0.46 0.42 0.77 -
YUV 13.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 15 12 21 0.29 0.43 0 0.92 260 0.27 0.06
Hex F C 15 1D 2B 0 5C 104 1B 6
Octal 17 14 25 35 53 0 134 404 33 6
Binary 1111 1100 10101 11101 101011 0 1011100 100000100 11011 110

Color Harmonies of #0F0C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0C15

Black with #0F0C15

Text Example


Text Example

White with #0F0C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,12,21); }

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

background-color css

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

 a { background-color: rgb(15,12,21); }

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

border-color css

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

 span { border-color: rgb(15,12,21); }

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