#0F0C15

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

Shades of Haiti #0F0C15

Tints of Haiti #0F0C15

Color information

#0F0C15 (or 0x0F0C15) is unknown color: approx 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

RGB151221-
CMYK0.290.4300.92
HSL260º27.27%6.47%-
HSV(B)260º42.86%8.24%-
XYZ0.460.420.77-
YUV13.92131.99128.77-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1512210.290.4300.9226027.276.47
HexFC151D2B05C1041b6
Octal17142535530134404336
Binary1111110010101111011010110101110010000010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>