#0F2811

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

Shades of Black Bean #0F2811

Tints of Black Bean #0F2811

Color information

#0F2811 (or 0x0F2811) is unknown color: approx Black Bean. HEX triplet: 0F, 28 and 11. RGB value is (15,40,17). Sum of RGB (Red+Green+Blue) = 15+40+17=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #0F2811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2811 is #F0D7EE. Grayscale: #1D1D1D. Windows color (decimal): -15783919 or 1124367. OLE color: 1124367.

HSL color Cylindrical-coordinate representation of color #0F2811: hue angle of 124.8º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F2811 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB154017-
CMYK0.6200.570.84
HSL124.8º45.45%10.78%-
HSV(B)124.8º62.5%15.69%-
XYZ1.061.660.79-
YUV29.9120.72117.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.83%
GREEN value IS 40 (16.02% from 255) = 55.56%
BLUE value IS 17 (7.03% from 255) = 23.61%
R=20.83%
G=55.56%
B=23.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1540170.6200.570.84124.845.4510.78
HexF28113E039547d2db
Octal175021760711241755513
Binary1111101000100011111100111001101010011111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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