#0B200C

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

Shades of Black Bean #0B200C

Tints of Black Bean #0B200C

Color information

#0B200C (or 0x0B200C) is unknown color: approx Black Bean. HEX triplet: 0B, 20 and 0C. RGB value is (11,32,12). Sum of RGB (Red+Green+Blue) = 11+32+12=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #0B200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B200C is #F4DFF3. Grayscale: #171717. Windows color (decimal): -16048116 or 794635. OLE color: 794635.

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

Color convert

RGB113212-
CMYK0.6600.630.87
HSL122.86º48.84%8.43%-
HSV(B)122.86º65.62%12.55%-
XYZ0.721.130.53-
YUV23.44121.54119.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20%
GREEN value IS 32 (12.89% from 255) = 58.18%
BLUE value IS 12 (5.08% from 255) = 21.82%
R=20%
G=58.18%
B=21.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1132120.6600.630.87122.8648.848.43
HexB20C4203F577b318
Octal1340141020771271736110
Binary1011100000110010000100111111101011111110111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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