#0C020B

Color #0C020B Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #0C020B

Tints of Mardi Gras #0C020B

Color information

#0C020B (or 0x0C020B) is unknown color: approx Mardi Gras. HEX triplet: 0C, 02 and 0B. RGB value is (12,2,11). Sum of RGB (Red+Green+Blue) = 12+2+11=25 (3% of max value = 765). Red value is 12 (5.08% from 255 or 48% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 11 (4.69% from 255 or 44% from 25); Max value from RGB is 12 - color contains mainly: red. Hex color #0C020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C020B is #F3FDF4. Grayscale: #050505. Windows color (decimal): -15990261 or 721420. OLE color: 721420.

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

Color convert

RGB12211-
CMYK00.830.080.95
HSL306º71.43%2.75%-
HSV(B)306º83.33%4.71%-
XYZ0.230.150.33-
YUV6.02130.81132.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 48%
GREEN value IS 2 (1.17% from 255) = 8%
BLUE value IS 11 (4.69% from 255) = 44%
R=48%
G=8%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1221100.830.080.9530671.432.75
HexC2B05385F132473
Octal142130123101374621073
Binary11001010110101001110001011111100110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C020B;
 }
 .AnyTagClassName
 {
   color: #0C020B;
 }
</style>
background-color css

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

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

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

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

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

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