Html Css Color HEX #0A200B Black Bean

📋 copy color: '#0A200B'

red 10 ◦ green 32 ◦ blue 11

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

Shades of Black Bean #0A200B

Tints of Black Bean #0A200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 60.38%

 BLUE value IS 11 (4.69% from 255) = 20.75%

R = 18.87%
G = 60.38%
B = 20.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#0A200B (or 0x0A200B) is known color: Black Bean. HEX triplet: 0A, 20 and 0B. RGB value is (10,32,11). Sum of RGB (Red+Green+Blue) = 10+32+11=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #0A200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A200B is #F5DFF4. Grayscale: #171717. Windows color (decimal): -16113653 or 729098. OLE color: 729098.

HSL color Cylindrical-coordinate representation of color #0A200B: hue angle of 122.73º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0A200B is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB 10 32 11 -
CMYK 0.69 0 0.66 0.87
HSL 122.73º 0.52% 0.08% -
HSV(B) 122.73º 0.69% 0.13% -
XYZ 0.7 1.12 0.5 -
YUV 23.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 10 32 11 0.69 0 0.66 0.87 122.73 0.52 0.08
Hex A 20 B 45 0 42 57 7B 34 8
Octal 12 40 13 105 0 102 127 173 64 10
Binary 1010 100000 1011 1000101 0 1000010 1010111 1111011 110100 1000

Color Harmonies of #0A200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A200B

Black with #0A200B

Text Example


Text Example

White with #0A200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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