#0B210E

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

Shades of Black Bean #0B210E

Tints of Black Bean #0B210E

Color information

#0B210E (or 0x0B210E) is unknown color: approx Black Bean. HEX triplet: 0B, 21 and 0E. RGB value is (11,33,14). Sum of RGB (Red+Green+Blue) = 11+33+14=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #0B210E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B210E is #F4DEF1. Grayscale: #181818. Windows color (decimal): -16047858 or 925963. OLE color: 925963.

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

Color convert

RGB113314-
CMYK0.6700.580.87
HSL128.18º50%8.63%-
HSV(B)128.18º66.67%12.94%-
XYZ0.761.190.61-
YUV24.26122.21118.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.97%
GREEN value IS 33 (13.28% from 255) = 56.90%
BLUE value IS 14 (5.86% from 255) = 24.14%
R=18.97%
G=56.90%
B=24.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1133140.6700.580.87128.18508.63
HexB21E4303A5780329
Octal1341161030721272006211
Binary10111000011110100001101110101010111100000001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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