Html Css Color HEX #0A0B0A Black Bean

📋 copy color: '#0A0B0A'

red 10 ◦ green 11 ◦ blue 10

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

Shades of Black Bean #0A0B0A

Tints of Black Bean #0A0B0A

RGB

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

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

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

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

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.96

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #0A0B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0B0A

Black with #0A0B0A

Text Example


Text Example

White with #0A0B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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