Html Css Color HEX #0B040B Mardi Gras

📋 copy color: '#0B040B'

red 11 ◦ green 4 ◦ blue 11

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

Shades of Mardi Gras #0B040B

Tints of Mardi Gras #0B040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 15.38%

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

R = 42.31%
G = 15.38%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#0B040B (or 0x0B040B) is known color: Mardi Gras. HEX triplet: 0B, 04 and 0B. RGB value is (11,4,11). Sum of RGB (Red+Green+Blue) = 11+4+11=26 (3% of max value = 765). Red value is 11 (4.69% from 255 or 42.31% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 11 (4.69% from 255 or 42.31% from 26); Max value from RGB is 11 - color contains mainly: red, blue. Hex color #0B040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B040B is #F4FBF4. Grayscale: #060606. Windows color (decimal): -16055285 or 721931. OLE color: 721931.

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

Color convert

RGB 11 4 11 -
CMYK 0 0.64 0 0.96
HSL 300º 0.47% 0.03% -
HSV(B) 300º 0.64% 0.04% -
XYZ 0.24 0.18 0.34 -
YUV 6.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 11 4 11 0 0.64 0 0.96 300 0.47 0.03
Hex B 4 B 0 40 0 60 12C 2F 3
Octal 13 4 13 0 100 0 140 454 57 3
Binary 1011 100 1011 0 1000000 0 1100000 100101100 101111 11

Color Harmonies of #0B040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B040B

Black with #0B040B

Text Example


Text Example

White with #0B040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,4,11); }

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

background-color css

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

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

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

border-color css

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

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

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