#0F1910

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

Shades of Black Bean #0F1910

Tints of Black Bean #0F1910

Color information

#0F1910 (or 0x0F1910) is unknown color: approx Black Bean. HEX triplet: 0F, 19 and 10. RGB value is (15,25,16). Sum of RGB (Red+Green+Blue) = 15+25+16=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 25 - color contains mainly: green. Hex color #0F1910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1910 is #F0E6EF. Grayscale: #151515. Windows color (decimal): -15787760 or 1054991. OLE color: 1054991.

HSL color Cylindrical-coordinate representation of color #0F1910: hue angle of 126º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F1910 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB152516-
CMYK0.4000.360.90
HSL126º25%7.84%-
HSV(B)126º40%9.8%-
XYZ0.640.830.62-
YUV20.98125.19123.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.79%
GREEN value IS 25 (10.16% from 255) = 44.64%
BLUE value IS 16 (6.64% from 255) = 28.57%
R=26.79%
G=44.64%
B=28.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1525160.4000.360.90126257.84
HexF1910280245A7e198
Octal173120500441321763110
Binary11111100110000101000010010010110101111110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,25,16); }

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

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

 a { background-color: rgb(15,25,16); }

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

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

 span { border-color: rgb(15,25,16); }

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