#0B280F

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

Shades of Black Bean #0B280F

Tints of Black Bean #0B280F

Color information

#0B280F (or 0x0B280F) is unknown color: approx Black Bean. HEX triplet: 0B, 28 and 0F. RGB value is (11,40,15). Sum of RGB (Red+Green+Blue) = 11+40+15=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 40 (16.02% from 255 or 60.61% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 40 - color contains mainly: green. Hex color #0B280F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B280F is #F4D7F0. Grayscale: #1C1C1C. Windows color (decimal): -16046065 or 993291. OLE color: 993291.

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

Color convert

RGB114015-
CMYK0.7200.620.84
HSL128.28º56.86%10%-
HSV(B)128.28º72.5%15.69%-
XYZ0.981.620.71-
YUV28.48120.39115.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.67%
GREEN value IS 40 (16.02% from 255) = 60.61%
BLUE value IS 15 (6.25% from 255) = 22.73%
R=16.67%
G=60.61%
B=22.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1140150.7200.620.84128.2856.8610
HexB28F4803E548039a
Octal1350171100761242007112
Binary10111010001111100100001111101010100100000001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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