#0B0904

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

Shades of Maire #0B0904

Tints of Maire #0B0904

Color information

#0B0904 (or 0x0B0904) is unknown color: approx Maire. HEX triplet: 0B, 09 and 04. RGB value is (11,9,4). Sum of RGB (Red+Green+Blue) = 11+9+4=24 (3% of max value = 765). Red value is 11 (4.69% from 255 or 45.83% from 24); Green value is 9 (3.91% from 255 or 37.5% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0904 is #F4F6FB. Grayscale: #090909. Windows color (decimal): -16054012 or 264459. OLE color: 264459.

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

Color convert

RGB1194-
CMYK00.180.640.96
HSL42.86º46.67%2.94%-
HSV(B)42.86º63.64%4.31%-
XYZ0.260.280.15-
YUV9.03125.16129.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 45.83%
GREEN value IS 9 (3.91% from 255) = 37.5%
BLUE value IS 4 (1.95% from 255) = 16.67%
R=45.83%
G=37.5%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal119400.180.640.9642.8646.672.94
HexB9401240602b2f3
Octal1311402210014053573
Binary101110011000100101000000110000010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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