Html Css Color HEX #0B0900 Maire

📋 copy color: '#0B0900'

red 11 ◦ green 9 ◦ blue 0

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

Shades of Maire #0B0900

Tints of Maire #0B0900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55%
G = 45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.96

RGB Variations

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

Color information

#0B0900 (or 0x0B0900) is known color: Maire. HEX triplet: 0B, 09 and 00. RGB value is (11,9,0). Sum of RGB (Red+Green+Blue) = 11+9+0=20 (2% of max value = 765). Red value is 11 (4.69% from 255 or 55% from 20); Green value is 9 (3.91% from 255 or 45% from 20); Blue value is 0 (0.39% from 255 or 0% from 20); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0900 is #F4F6FF. Grayscale: #080808. Windows color (decimal): -16054016 or 2315. OLE color: 2315.

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

Color convert

RGB 11 9 0 -
CMYK 0 0.18 1 0.96
HSL 49.09º 1% 0.02% -
HSV(B) 49.09º 1% 0.04% -
XYZ 0.24 0.27 0.04 -
YUV 8.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 11 9 0 0 0.18 1 0.96 49.09 1 0.02
Hex B 9 0 0 12 64 60 31 64 2
Octal 13 11 0 0 22 144 140 61 144 2
Binary 1011 1001 0 0 10010 1100100 1100000 110001 1100100 10

Color Harmonies of #0B0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0900

Black with #0B0900

Text Example


Text Example

White with #0B0900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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