#0B0802

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

Shades of Maire #0B0802

Tints of Maire #0B0802

Color information

#0B0802 (or 0x0B0802) is unknown color: approx Maire. HEX triplet: 0B, 08 and 02. RGB value is (11,8,2). Sum of RGB (Red+Green+Blue) = 11+8+2=21 (2% of max value = 765). Red value is 11 (4.69% from 255 or 52.38% from 21); Green value is 8 (3.52% from 255 or 38.10% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0802 is #F4F7FD. Grayscale: #080808. Windows color (decimal): -16054270 or 133131. OLE color: 133131.

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

Color convert

RGB1182-
CMYK00.270.820.96
HSL40º69.23%2.55%-
HSV(B)40º81.82%4.31%-
XYZ0.240.250.09-
YUV8.21124.49129.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 52.38%
GREEN value IS 8 (3.52% from 255) = 38.10%
BLUE value IS 2 (1.17% from 255) = 9.52%
R=52.38%
G=38.10%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal118200.270.820.964069.232.55
HexB8201B526028453
Octal13102033122140501053
Binary101110001001101110100101100000101000100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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