Html Css Color HEX #0B040A Mardi Gras

📋 copy color: '#0B040A'

red 11 ◦ green 4 ◦ blue 10

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

Shades of Mardi Gras #0B040A

Tints of Mardi Gras #0B040A

RGB

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

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

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

R = 44%
G = 16%
B = 40%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.96

RGB Variations

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

Color information

#0B040A (or 0x0B040A) is known color: Mardi Gras. HEX triplet: 0B, 04 and 0A. RGB value is (11,4,10). Sum of RGB (Red+Green+Blue) = 11+4+10=25 (3% of max value = 765). Red value is 11 (4.69% from 255 or 44% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 11 - color contains mainly: red. Hex color #0B040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B040A is #F4FBF5. Grayscale: #060606. Windows color (decimal): -16055286 or 656395. OLE color: 656395.

HSL color Cylindrical-coordinate representation of color #0B040A: hue angle of 308.57º 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 #0B040A is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.96.

Color convert

RGB 11 4 10 -
CMYK 0 0.64 0.09 0.96
HSL 308.57º 0.47% 0.03% -
HSV(B) 308.57º 0.64% 0.04% -
XYZ 0.24 0.18 0.31 -
YUV 6.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 11 4 10 0 0.64 0.09 0.96 308.57 0.47 0.03
Hex B 4 A 0 40 9 60 135 2F 3
Octal 13 4 12 0 100 11 140 465 57 3
Binary 1011 100 1010 0 1000000 1001 1100000 100110101 101111 11

Color Harmonies of #0B040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B040A

Black with #0B040A

Text Example


Text Example

White with #0B040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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