#0B020A

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

Shades of Mardi Gras #0B020A

Tints of Mardi Gras #0B020A

Color information

#0B020A (or 0x0B020A) is unknown color: approx Mardi Gras. HEX triplet: 0B, 02 and 0A. RGB value is (11,2,10). Sum of RGB (Red+Green+Blue) = 11+2+10=23 (3% of max value = 765). Red value is 11 (4.69% from 255 or 47.83% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 10 (4.30% from 255 or 43.48% from 23); Max value from RGB is 11 - color contains mainly: red. Hex color #0B020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B020A is #F4FDF5. Grayscale: #050505. Windows color (decimal): -16055798 or 655883. OLE color: 655883.

HSL color Cylindrical-coordinate representation of color #0B020A: hue angle of 306.67º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B020A is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.96.

Color convert

RGB11210-
CMYK00.820.090.96
HSL306.67º69.23%2.55%-
HSV(B)306.67º81.82%4.31%-
XYZ0.210.140.3-
YUV5.6130.48131.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 47.83%
GREEN value IS 2 (1.17% from 255) = 8.70%
BLUE value IS 10 (4.30% from 255) = 43.48%
R=47.83%
G=8.70%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal1121000.820.090.96306.6769.232.55
HexB2A052960133453
Octal132120122111404631053
Binary10111010100101001010011100000100110011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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