#0B210C

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

Shades of Black Bean #0B210C

Tints of Black Bean #0B210C

Color information

#0B210C (or 0x0B210C) is unknown color: approx Black Bean. HEX triplet: 0B, 21 and 0C. RGB value is (11,33,12). Sum of RGB (Red+Green+Blue) = 11+33+12=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 33 (13.28% from 255 or 58.93% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 33 - color contains mainly: green. Hex color #0B210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B210C is #F4DEF3. Grayscale: #181818. Windows color (decimal): -16047860 or 794891. OLE color: 794891.

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

Color convert

RGB113312-
CMYK0.6700.640.87
HSL122.73º50%8.63%-
HSV(B)122.73º66.67%12.94%-
XYZ0.751.190.54-
YUV24.03121.21118.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.64%
GREEN value IS 33 (13.28% from 255) = 58.93%
BLUE value IS 12 (5.08% from 255) = 21.43%
R=19.64%
G=58.93%
B=21.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1133120.6700.640.87122.73508.63
HexB21C43040577b329
Octal13411410301001271736211
Binary10111000011100100001101000000101011111110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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