Html Css Color HEX #0C080C Mardi Gras

📋 copy color: '#0C080C'

red 12 ◦ green 8 ◦ blue 12

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

Shades of Mardi Gras #0C080C

Tints of Mardi Gras #0C080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 37.5%

R = 37.5%
G = 25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0C080C (or 0x0C080C) is known color: Mardi Gras. HEX triplet: 0C, 08 and 0C. RGB value is (12,8,12). Sum of RGB (Red+Green+Blue) = 12+8+12=32 (4% of max value = 765). Red value is 12 (5.08% from 255 or 37.5% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 12 - color contains mainly: red, blue. Hex color #0C080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C080C is #F3F7F3. Grayscale: #090909. Windows color (decimal): -15988724 or 788492. OLE color: 788492.

HSL color Cylindrical-coordinate representation of color #0C080C: hue angle of 300º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0C080C is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 8 12 -
CMYK 0 0.33 0 0.95
HSL 300º 0.2% 0.04% -
HSV(B) 300º 0.33% 0.05% -
XYZ 0.3 0.28 0.39 -
YUV 9.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 12 8 12 0 0.33 0 0.95 300 0.2 0.04
Hex C 8 C 0 21 0 5F 12C 14 4
Octal 14 10 14 0 41 0 137 454 24 4
Binary 1100 1000 1100 0 100001 0 1011111 100101100 10100 100

Color Harmonies of #0C080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C080C

Black with #0C080C

Text Example


Text Example

White with #0C080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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