#0B280E

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

Shades of Black Bean #0B280E

Tints of Black Bean #0B280E

Color information

#0B280E (or 0x0B280E) is unknown color: approx Black Bean. HEX triplet: 0B, 28 and 0E. RGB value is (11,40,14). Sum of RGB (Red+Green+Blue) = 11+40+14=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 40 (16.02% from 255 or 61.54% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 40 - color contains mainly: green. Hex color #0B280E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B280E is #F4D7F1. Grayscale: #1C1C1C. Windows color (decimal): -16046066 or 927755. OLE color: 927755.

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

Color convert

RGB114014-
CMYK0.7200.650.84
HSL126.21º56.86%10%-
HSV(B)126.21º72.5%15.69%-
XYZ0.981.620.68-
YUV28.36119.89115.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.92%
GREEN value IS 40 (16.02% from 255) = 61.54%
BLUE value IS 14 (5.86% from 255) = 21.54%
R=16.92%
G=61.54%
B=21.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1140140.7200.650.84126.2156.8610
HexB28E48041547e39a
Octal13501611001011241767112
Binary10111010001110100100001000001101010011111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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