Html Css Color HEX #0B030A Mardi Gras

📋 copy color: '#0B030A'

red 11 ◦ green 3 ◦ blue 10

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

Shades of Mardi Gras #0B030A

Tints of Mardi Gras #0B030A

RGB

 RED value IS 11 (4.69% from 255) = 45.83%

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

 BLUE value IS 10 (4.3% from 255) = 41.67%

R = 45.83%
G = 12.5%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.96

RGB Variations

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

Color information

#0B030A (or 0x0B030A) is known color: Mardi Gras. HEX triplet: 0B, 03 and 0A. RGB value is (11,3,10). Sum of RGB (Red+Green+Blue) = 11+3+10=24 (3% of max value = 765). Red value is 11 (4.69% from 255 or 45.83% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 10 (4.30% from 255 or 41.67% from 24); Max value from RGB is 11 - color contains mainly: red. Hex color #0B030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B030A is #F4FCF5. Grayscale: #060606. Windows color (decimal): -16055542 or 656139. OLE color: 656139.

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

Color convert

RGB 11 3 10 -
CMYK 0 0.73 0.09 0.96
HSL 307.5º 0.57% 0.03% -
HSV(B) 307.5º 0.73% 0.04% -
XYZ 0.23 0.16 0.31 -
YUV 6.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 11 3 10 0 0.73 0.09 0.96 307.5 0.57 0.03
Hex B 3 A 0 49 9 60 134 39 3
Octal 13 3 12 0 111 11 140 464 71 3
Binary 1011 11 1010 0 1001001 1001 1100000 100110100 111001 11

Color Harmonies of #0B030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B030A

Black with #0B030A

Text Example


Text Example

White with #0B030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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