#0F1811

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

Shades of Black Bean #0F1811

Tints of Black Bean #0F1811

Color information

#0F1811 (or 0x0F1811) is unknown color: approx Black Bean. HEX triplet: 0F, 18 and 11. RGB value is (15,24,17). Sum of RGB (Red+Green+Blue) = 15+24+17=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #0F1811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1811 is #F0E7EE. Grayscale: #141414. Windows color (decimal): -15788015 or 1120271. OLE color: 1120271.

HSL color Cylindrical-coordinate representation of color #0F1811: hue angle of 133.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F1811 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.91.

Color convert

RGB152417-
CMYK0.3700.290.91
HSL133.33º23.08%7.65%-
HSV(B)133.33º37.5%9.41%-
XYZ0.620.80.65-
YUV20.51126.02124.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.79%
GREEN value IS 24 (9.77% from 255) = 42.86%
BLUE value IS 17 (7.03% from 255) = 30.36%
R=26.79%
G=42.86%
B=30.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1524170.3700.290.91133.3323.087.65
HexF18112501D5B85178
Octal173021450351332052710
Binary11111100010001100101011101101101110000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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