Html Css Color HEX #0B0B0A Maire

📋 copy color: '#0B0B0A'

red 11 ◦ green 11 ◦ blue 10

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

Shades of Maire #0B0B0A

Tints of Maire #0B0B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 34.38%

 BLUE value IS 10 (4.3% from 255) = 31.25%

R = 34.38%
G = 34.38%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.96

RGB Variations

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

Color information

#0B0B0A (or 0x0B0B0A) is known color: Maire. HEX triplet: 0B, 0B and 0A. RGB value is (11,11,10). Sum of RGB (Red+Green+Blue) = 11+11+10=32 (4% of max value = 765). Red value is 11 (4.69% from 255 or 34.38% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 11 - color contains mainly: red, green. Hex color #0B0B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0B0A is #F4F4F5. Grayscale: #0A0A0A. Windows color (decimal): -16053494 or 658187. OLE color: 658187.

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

Color convert

RGB 11 11 10 -
CMYK 0 0 0.09 0.96
HSL 60º 0.05% 0.04% -
HSV(B) 60º 0.09% 0.04% -
XYZ 0.31 0.33 0.33 -
YUV 10.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 11 11 10 0 0 0.09 0.96 60 0.05 0.04
Hex B B A 0 0 9 60 3C 5 4
Octal 13 13 12 0 0 11 140 74 5 4
Binary 1011 1011 1010 0 0 1001 1100000 111100 101 100

Color Harmonies of #0B0B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0B0A

Black with #0B0B0A

Text Example


Text Example

White with #0B0B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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