#0F130F

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

Shades of Black Bean #0F130F

Tints of Black Bean #0F130F

Color information

#0F130F (or 0x0F130F) is unknown color: approx Black Bean. HEX triplet: 0F, 13 and 0F. RGB value is (15,19,15). Sum of RGB (Red+Green+Blue) = 15+19+15=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 19 - color contains mainly: green. Hex color #0F130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F130F is #F0ECF0. Grayscale: #111111. Windows color (decimal): -15789297 or 987919. OLE color: 987919.

HSL color Cylindrical-coordinate representation of color #0F130F: hue angle of 120º degrees, saturation: 0.12, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #0F130F is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB151915-
CMYK0.2100.210.93
HSL120º11.76%6.67%-
HSV(B)120º21.05%7.45%-
XYZ0.520.60.54-
YUV17.35126.67126.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30.61%
GREEN value IS 19 (7.81% from 255) = 38.78%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=30.61%
G=38.78%
B=30.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1519150.2100.210.9312011.766.67
HexF13F150155D78c7
Octal17231725025135170147
Binary111110011111110101010101101110111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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