Html Css Color HEX #0C070C Mardi Gras

📋 copy color: '#0C070C'

red 12 ◦ green 7 ◦ blue 12

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

Shades of Mardi Gras #0C070C

Tints of Mardi Gras #0C070C

RGB

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

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

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

R = 38.71%
G = 22.58%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0C070C (or 0x0C070C) is known color: Mardi Gras. HEX triplet: 0C, 07 and 0C. RGB value is (12,7,12). Sum of RGB (Red+Green+Blue) = 12+7+12=31 (4% of max value = 765). Red value is 12 (5.08% from 255 or 38.71% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 12 - color contains mainly: red, blue. Hex color #0C070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C070C is #F3F8F3. Grayscale: #090909. Windows color (decimal): -15988980 or 788236. OLE color: 788236.

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

Color convert

RGB 12 7 12 -
CMYK 0 0.42 0 0.95
HSL 300º 0.26% 0.04% -
HSV(B) 300º 0.42% 0.05% -
XYZ 0.29 0.26 0.38 -
YUV 9.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 12 7 12 0 0.42 0 0.95 300 0.26 0.04
Hex C 7 C 0 2A 0 5F 12C 1A 4
Octal 14 7 14 0 52 0 137 454 32 4
Binary 1100 111 1100 0 101010 0 1011111 100101100 11010 100

Color Harmonies of #0C070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C070C

Black with #0C070C

Text Example


Text Example

White with #0C070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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