#0F2111

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

Shades of Black Bean #0F2111

Tints of Black Bean #0F2111

Color information

#0F2111 (or 0x0F2111) is unknown color: approx Black Bean. HEX triplet: 0F, 21 and 11. RGB value is (15,33,17). Sum of RGB (Red+Green+Blue) = 15+33+17=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #0F2111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2111 is #F0DEEE. Grayscale: #191919. Windows color (decimal): -15785711 or 1122575. OLE color: 1122575.

HSL color Cylindrical-coordinate representation of color #0F2111: hue angle of 126.67º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0F2111 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.87.

Color convert

RGB153317-
CMYK0.5500.480.87
HSL126.67º37.5%9.41%-
HSV(B)126.67º54.55%12.94%-
XYZ0.841.230.72-
YUV25.79123.04120.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.08%
GREEN value IS 33 (13.28% from 255) = 50.77%
BLUE value IS 17 (7.03% from 255) = 26.15%
R=23.08%
G=50.77%
B=26.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1533170.5500.480.87126.6737.59.41
HexF211137030577f269
Octal174121670601271774611
Binary1111100001100011101110110000101011111111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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