#0B290F

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

Shades of Black Bean #0B290F

Tints of Black Bean #0B290F

Color information

#0B290F (or 0x0B290F) is unknown color: approx Black Bean. HEX triplet: 0B, 29 and 0F. RGB value is (11,41,15). Sum of RGB (Red+Green+Blue) = 11+41+15=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 41 (16.41% from 255 or 61.19% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 41 - color contains mainly: green. Hex color #0B290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B290F is #F4D6F0. Grayscale: #1D1D1D. Windows color (decimal): -16045809 or 993547. OLE color: 993547.

HSL color Cylindrical-coordinate representation of color #0B290F: hue angle of 128º degrees, saturation: 0.58, 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 #0B290F is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB114115-
CMYK0.7300.630.84
HSL128º57.69%10.2%-
HSV(B)128º73.17%16.08%-
XYZ1.021.690.72-
YUV29.07120.06115.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.42%
GREEN value IS 41 (16.41% from 255) = 61.19%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=16.42%
G=61.19%
B=22.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1141150.7300.630.8412857.6910.2
HexB29F4903F54803aa
Octal1351171110771242007212
Binary10111010011111100100101111111010100100000001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,41,15); }

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

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

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

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

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

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

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