#0B200B

Color #0B200B Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #0B200B

Tints of Black Bean #0B200B

Color information

#0B200B (or 0x0B200B) is unknown color: approx Black Bean. HEX triplet: 0B, 20 and 0B. RGB value is (11,32,11). Sum of RGB (Red+Green+Blue) = 11+32+11=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #0B200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B200B is #F4DFF4. Grayscale: #171717. Windows color (decimal): -16048117 or 729099. OLE color: 729099.

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

Color convert

RGB113211-
CMYK0.6600.660.87
HSL120º48.84%8.43%-
HSV(B)120º65.62%12.55%-
XYZ0.711.130.5-
YUV23.33121.04119.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.37%
GREEN value IS 32 (12.89% from 255) = 59.26%
BLUE value IS 11 (4.69% from 255) = 20.37%
R=20.37%
G=59.26%
B=20.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1132110.6600.660.8712048.848.43
HexB20B420425778318
Octal13401310201021271706110
Binary10111000001011100001001000010101011111110001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B200B;
 }
 .AnyTagClassName
 {
   color: #0B200B;
 }
</style>
background-color css

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

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

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

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

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

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