#0B290D

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

Shades of Black Bean #0B290D

Tints of Black Bean #0B290D

Color information

#0B290D (or 0x0B290D) is unknown color: approx Black Bean. HEX triplet: 0B, 29 and 0D. RGB value is (11,41,13). Sum of RGB (Red+Green+Blue) = 11+41+13=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #0B290D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B290D is #F4D6F2. Grayscale: #1C1C1C. Windows color (decimal): -16045811 or 862475. OLE color: 862475.

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

Color convert

RGB114113-
CMYK0.7300.680.84
HSL124º57.69%10.2%-
HSV(B)124º73.17%16.08%-
XYZ11.690.65-
YUV28.84119.06115.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.92%
GREEN value IS 41 (16.41% from 255) = 63.08%
BLUE value IS 13 (5.47% from 255) = 20%
R=16.92%
G=63.08%
B=20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1141130.7300.680.8412457.6910.2
HexB29D49044547c3aa
Octal13511511101041241747212
Binary10111010011101100100101000100101010011111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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