Html Css Color HEX #0C090C Mardi Gras

📋 copy color: '#0C090C'

red 12 ◦ green 9 ◦ blue 12

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

Shades of Mardi Gras #0C090C

Tints of Mardi Gras #0C090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 27.27%

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

R = 36.36%
G = 27.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0C090C (or 0x0C090C) is known color: Mardi Gras. HEX triplet: 0C, 09 and 0C. RGB value is (12,9,12). Sum of RGB (Red+Green+Blue) = 12+9+12=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 12 - color contains mainly: red, blue. Hex color #0C090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C090C is #F3F6F3. Grayscale: #0A0A0A. Windows color (decimal): -15988468 or 788748. OLE color: 788748.

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

Color convert

RGB 12 9 12 -
CMYK 0 0.25 0 0.95
HSL 300º 0.14% 0.04% -
HSV(B) 300º 0.25% 0.05% -
XYZ 0.32 0.3 0.39 -
YUV 10.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 12 9 12 0 0.25 0 0.95 300 0.14 0.04
Hex C 9 C 0 19 0 5F 12C E 4
Octal 14 11 14 0 31 0 137 454 16 4
Binary 1100 1001 1100 0 11001 0 1011111 100101100 1110 100

Color Harmonies of #0C090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C090C

Black with #0C090C

Text Example


Text Example

White with #0C090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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