Html Css Color HEX #0F0D13 Haiti

📋 copy color: '#0F0D13'

red 15 ◦ green 13 ◦ blue 19

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

Shades of Haiti #0F0D13

Tints of Haiti #0F0D13

RGB

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

 GREEN value IS 13 (5.47% from 255) = 27.66%

 BLUE value IS 19 (7.81% from 255) = 40.43%

R = 31.91%
G = 27.66%
B = 40.43%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0F0D13 (or 0x0F0D13) is known color: Haiti. HEX triplet: 0F, 0D and 13. RGB value is (15,13,19). Sum of RGB (Red+Green+Blue) = 15+13+19=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 19 - color contains mainly: blue. Hex color #0F0D13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D13 is #F0F2EC. Grayscale: #0E0E0E. Windows color (decimal): -15790829 or 1248527. OLE color: 1248527.

HSL color Cylindrical-coordinate representation of color #0F0D13: hue angle of 260º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #0F0D13 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 15 13 19 -
CMYK 0.21 0.32 0 0.93
HSL 260º 0.19% 0.06% -
HSV(B) 260º 0.32% 0.07% -
XYZ 0.46 0.44 0.68 -
YUV 14.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 15 13 19 0.21 0.32 0 0.93 260 0.19 0.06
Hex F D 13 15 20 0 5D 104 13 6
Octal 17 15 23 25 40 0 135 404 23 6
Binary 1111 1101 10011 10101 100000 0 1011101 100000100 10011 110

Color Harmonies of #0F0D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0D13

Black with #0F0D13

Text Example


Text Example

White with #0F0D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,13,19); }

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

background-color css

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

 a { background-color: rgb(15,13,19); }

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

border-color css

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

 span { border-color: rgb(15,13,19); }

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