Html Css Color HEX #0B0A06 Maire

📋 copy color: '#0B0A06'

red 11 ◦ green 10 ◦ blue 6

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

Shades of Maire #0B0A06

Tints of Maire #0B0A06

RGB

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

 GREEN value IS 10 (4.3% from 255) = 37.04%

 BLUE value IS 6 (2.73% from 255) = 22.22%

R = 40.74%
G = 37.04%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.96

RGB Variations

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

Color information

#0B0A06 (or 0x0B0A06) is known color: Maire. HEX triplet: 0B, 0A and 06. RGB value is (11,10,6). Sum of RGB (Red+Green+Blue) = 11+10+6=27 (3% of max value = 765). Red value is 11 (4.69% from 255 or 40.74% from 27); Green value is 10 (4.30% from 255 or 37.04% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0A06 is #F4F5F9. Grayscale: #090909. Windows color (decimal): -16053754 or 395787. OLE color: 395787.

HSL color Cylindrical-coordinate representation of color #0B0A06: hue angle of 48º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0B0A06 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.96.

Color convert

RGB 11 10 6 -
CMYK 0 0.09 0.45 0.96
HSL 48º 0.29% 0.03% -
HSV(B) 48º 0.45% 0.04% -
XYZ 0.28 0.3 0.22 -
YUV 9.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 11 10 6 0 0.09 0.45 0.96 48 0.29 0.03
Hex B A 6 0 9 2D 60 30 1D 3
Octal 13 12 6 0 11 55 140 60 35 3
Binary 1011 1010 110 0 1001 101101 1100000 110000 11101 11

Color Harmonies of #0B0A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0A06

Black with #0B0A06

Text Example


Text Example

White with #0B0A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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