#0B280D

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

Shades of Black Bean #0B280D

Tints of Black Bean #0B280D

Color information

#0B280D (or 0x0B280D) is unknown color: approx Black Bean. HEX triplet: 0B, 28 and 0D. RGB value is (11,40,13). Sum of RGB (Red+Green+Blue) = 11+40+13=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 40 (16.02% from 255 or 62.5% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 40 - color contains mainly: green. Hex color #0B280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B280D is #F4D7F2. Grayscale: #1C1C1C. Windows color (decimal): -16046067 or 862219. OLE color: 862219.

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

Color convert

RGB114013-
CMYK0.7200.670.84
HSL124.14º56.86%10%-
HSV(B)124.14º72.5%15.69%-
XYZ0.971.620.64-
YUV28.25119.39115.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.19%
GREEN value IS 40 (16.02% from 255) = 62.5%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=17.19%
G=62.5%
B=20.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1140130.7200.670.84124.1456.8610
HexB28D48043547c39a
Octal13501511001031241747112
Binary10111010001101100100001000011101010011111001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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