#0F1C11

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

Shades of Black Bean #0F1C11

Tints of Black Bean #0F1C11

Color information

#0F1C11 (or 0x0F1C11) is unknown color: approx Black Bean. HEX triplet: 0F, 1C and 11. RGB value is (15,28,17). Sum of RGB (Red+Green+Blue) = 15+28+17=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C11 is #F0E3EE. Grayscale: #161616. Windows color (decimal): -15786991 or 1121295. OLE color: 1121295.

HSL color Cylindrical-coordinate representation of color #0F1C11: hue angle of 129.23º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0F1C11 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.89.

Color convert

RGB152817-
CMYK0.4600.390.89
HSL129.23º30.23%8.43%-
HSV(B)129.23º46.43%10.98%-
XYZ0.710.970.68-
YUV22.86124.69122.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25%
GREEN value IS 28 (11.33% from 255) = 46.67%
BLUE value IS 17 (7.03% from 255) = 28.33%
R=25%
G=46.67%
B=28.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1528170.4600.390.89129.2330.238.43
HexF1C112E02759811e8
Octal173421560471312013610
Binary111111100100011011100100111101100110000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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