Html Css Color HEX #0C0814 Haiti

📋 copy color: '#0C0814'

red 12 ◦ green 8 ◦ blue 20

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

Shades of Haiti #0C0814

Tints of Haiti #0C0814

RGB

 RED value IS 12 (5.08% from 255) = 30%

 GREEN value IS 8 (3.52% from 255) = 20%

 BLUE value IS 20 (8.2% from 255) = 50%

R = 30%
G = 20%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C0814 (or 0x0C0814) is known color: Haiti. HEX triplet: 0C, 08 and 14. RGB value is (12,8,20). Sum of RGB (Red+Green+Blue) = 12+8+20=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #0C0814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0814 is #F3F7EB. Grayscale: #0A0A0A. Windows color (decimal): -15988716 or 1312780. OLE color: 1312780.

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

Color convert

RGB 12 8 20 -
CMYK 0.40 0.60 0 0.92
HSL 260º 0.43% 0.05% -
HSV(B) 260º 0.6% 0.08% -
XYZ 0.36 0.3 0.7 -
YUV 10.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 12 8 20 0.40 0.60 0 0.92 260 0.43 0.05
Hex C 8 14 28 3C 0 5C 104 2B 5
Octal 14 10 24 50 74 0 134 404 53 5
Binary 1100 1000 10100 101000 111100 0 1011100 100000100 101011 101

Color Harmonies of #0C0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0814

Black with #0C0814

Text Example


Text Example

White with #0C0814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,8,20); }

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

background-color css

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

 a { background-color: rgb(12,8,20); }

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

border-color css

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

 span { border-color: rgb(12,8,20); }

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