Html Css Color HEX #0B0A0A Black

📋 copy color: '#0B0A0A'

red 11 ◦ green 10 ◦ blue 10

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

Shades of Black #0B0A0A

Tints of Black #0B0A0A

RGB

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

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

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

R = 35.48%
G = 32.26%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.96

RGB Variations

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

Color information

#0B0A0A (or 0x0B0A0A) is known color: Black. HEX triplet: 0B, 0A and 0A. RGB value is (11,10,10). Sum of RGB (Red+Green+Blue) = 11+10+10=31 (4% of max value = 765). Red value is 11 (4.69% from 255 or 35.48% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0A0A is #F4F5F5. Grayscale: #0A0A0A. Windows color (decimal): -16053750 or 657931. OLE color: 657931.

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

Color convert

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

Color Harmonies of #0B0A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0A0A

Black with #0B0A0A

Text Example


Text Example

White with #0B0A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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