Html Css Color HEX #0C030B Mardi Gras

📋 copy color: '#0C030B'

red 12 ◦ green 3 ◦ blue 11

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

Shades of Mardi Gras #0C030B

Tints of Mardi Gras #0C030B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 11.54%

 BLUE value IS 11 (4.69% from 255) = 42.31%

R = 46.15%
G = 11.54%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.95

RGB Variations

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

Color information

#0C030B (or 0x0C030B) is known color: Mardi Gras. HEX triplet: 0C, 03 and 0B. RGB value is (12,3,11). Sum of RGB (Red+Green+Blue) = 12+3+11=26 (3% of max value = 765). Red value is 12 (5.08% from 255 or 46.15% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 11 (4.69% from 255 or 42.31% from 26); Max value from RGB is 12 - color contains mainly: red. Hex color #0C030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C030B is #F3FCF4. Grayscale: #060606. Windows color (decimal): -15990005 or 721676. OLE color: 721676.

HSL color Cylindrical-coordinate representation of color #0C030B: hue angle of 306.67º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C030B is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 3 11 -
CMYK 0 0.75 0.08 0.95
HSL 306.67º 0.6% 0.03% -
HSV(B) 306.67º 0.75% 0.05% -
XYZ 0.24 0.17 0.34 -
YUV 6.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 12 3 11 0 0.75 0.08 0.95 306.67 0.6 0.03
Hex C 3 B 0 4B 8 5F 133 3C 3
Octal 14 3 13 0 113 10 137 463 74 3
Binary 1100 11 1011 0 1001011 1000 1011111 100110011 111100 11

Color Harmonies of #0C030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C030B

Black with #0C030B

Text Example


Text Example

White with #0C030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,3,11); }

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

background-color css

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

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

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

border-color css

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

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

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