#0F190F

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

Shades of Black Bean #0F190F

Tints of Black Bean #0F190F

Color information

#0F190F (or 0x0F190F) is unknown color: approx Black Bean. HEX triplet: 0F, 19 and 0F. RGB value is (15,25,15). Sum of RGB (Red+Green+Blue) = 15+25+15=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 25 - color contains mainly: green. Hex color #0F190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F190F is #F0E6F0. Grayscale: #141414. Windows color (decimal): -15787761 or 989455. OLE color: 989455.

HSL color Cylindrical-coordinate representation of color #0F190F: hue angle of 120º 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 #0F190F is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB152515-
CMYK0.4000.400.90
HSL120º25%7.84%-
HSV(B)120º40%9.8%-
XYZ0.630.830.58-
YUV20.87124.69123.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.27%
GREEN value IS 25 (10.16% from 255) = 45.45%
BLUE value IS 15 (6.25% from 255) = 27.27%
R=27.27%
G=45.45%
B=27.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1525150.4000.400.90120257.84
HexF19F280285A78198
Octal173117500501321703110
Binary1111110011111101000010100010110101111000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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