#0B2810

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

Shades of Black Bean #0B2810

Tints of Black Bean #0B2810

Color information

#0B2810 (or 0x0B2810) is unknown color: approx Black Bean. HEX triplet: 0B, 28 and 10. RGB value is (11,40,16). Sum of RGB (Red+Green+Blue) = 11+40+16=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 40 (16.02% from 255 or 59.70% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 40 - color contains mainly: green. Hex color #0B2810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2810 is #F4D7EF. Grayscale: #1C1C1C. Windows color (decimal): -16046064 or 1058827. OLE color: 1058827.

HSL color Cylindrical-coordinate representation of color #0B2810: hue angle of 130.34º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B2810 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB114016-
CMYK0.7200.600.84
HSL130.34º56.86%10%-
HSV(B)130.34º72.5%15.69%-
XYZ0.991.630.75-
YUV28.59120.89115.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.42%
GREEN value IS 40 (16.02% from 255) = 59.70%
BLUE value IS 16 (6.64% from 255) = 23.88%
R=16.42%
G=59.70%
B=23.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1140160.7200.600.84130.3456.8610
HexB28104803C548239a
Octal1350201100741242027112
Binary101110100010000100100001111001010100100000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,40,16); }

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

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

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

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

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

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

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