Html Css Color HEX #0C0717 Haiti

📋 copy color: '#0C0717'

red 12 ◦ green 7 ◦ blue 23

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

Shades of Haiti #0C0717

Tints of Haiti #0C0717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 16.67%

 BLUE value IS 23 (9.38% from 255) = 54.76%

R = 28.57%
G = 16.67%
B = 54.76%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0717 (or 0x0C0717) is known color: Haiti. HEX triplet: 0C, 07 and 17. RGB value is (12,7,23). Sum of RGB (Red+Green+Blue) = 12+7+23=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C0717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0717 is #F3F8E8. Grayscale: #0A0A0A. Windows color (decimal): -15988969 or 1509132. OLE color: 1509132.

HSL color Cylindrical-coordinate representation of color #0C0717: hue angle of 258.75º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C0717 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 7 23 -
CMYK 0.48 0.70 0 0.91
HSL 258.75º 0.53% 0.06% -
HSV(B) 258.75º 0.7% 0.09% -
XYZ 0.38 0.29 0.85 -
YUV 10.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 12 7 23 0.48 0.70 0 0.91 258.75 0.53 0.06
Hex C 7 17 30 46 0 5B 103 35 6
Octal 14 7 27 60 106 0 133 403 65 6
Binary 1100 111 10111 110000 1000110 0 1011011 100000011 110101 110

Color Harmonies of #0C0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0717

Black with #0C0717

Text Example


Text Example

White with #0C0717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,7,23); }

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

background-color css

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

 a { background-color: rgb(12,7,23); }

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

border-color css

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

 span { border-color: rgb(12,7,23); }

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