#0B0B04

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

Shades of Maire #0B0B04

Tints of Maire #0B0B04

Color information

#0B0B04 (or 0x0B0B04) is unknown color: approx Maire. HEX triplet: 0B, 0B and 04. RGB value is (11,11,4). Sum of RGB (Red+Green+Blue) = 11+11+4=26 (3% of max value = 765). Red value is 11 (4.69% from 255 or 42.31% from 26); Green value is 11 (4.69% from 255 or 42.31% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 11 - color contains mainly: red, green. Hex color #0B0B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0B04 is #F4F4FB. Grayscale: #0A0A0A. Windows color (decimal): -16053500 or 264971. OLE color: 264971.

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

Color convert

RGB11114-
CMYK000.640.96
HSL60º46.67%2.94%-
HSV(B)60º63.64%4.31%-
XYZ0.280.320.16-
YUV10.2124.5128.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 42.31%
GREEN value IS 11 (4.69% from 255) = 42.31%
BLUE value IS 4 (1.95% from 255) = 15.38%
R=42.31%
G=42.31%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal11114000.640.966046.672.94
HexBB40040603c2f3
Octal131340010014074573
Binary10111011100001000000110000011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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