#0F2513

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

Shades of Black Bean #0F2513

Tints of Black Bean #0F2513

Color information

#0F2513 (or 0x0F2513) is unknown color: approx Black Bean. HEX triplet: 0F, 25 and 13. RGB value is (15,37,19). Sum of RGB (Red+Green+Blue) = 15+37+19=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #0F2513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2513 is #F0DAEC. Grayscale: #1C1C1C. Windows color (decimal): -15784685 or 1254671. OLE color: 1254671.

HSL color Cylindrical-coordinate representation of color #0F2513: hue angle of 130.91º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F2513 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB153719-
CMYK0.5900.490.85
HSL130.91º42.31%10.2%-
HSV(B)130.91º59.46%14.51%-
XYZ0.981.470.85-
YUV28.37122.71118.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.13%
GREEN value IS 37 (14.84% from 255) = 52.11%
BLUE value IS 19 (7.81% from 255) = 26.76%
R=21.13%
G=52.11%
B=26.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1537190.5900.490.85130.9142.3110.2
HexF25133B03155832aa
Octal174523730611252035212
Binary11111001011001111101101100011010101100000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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