#0F2413

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

Shades of Black Bean #0F2413

Tints of Black Bean #0F2413

Color information

#0F2413 (or 0x0F2413) is unknown color: approx Black Bean. HEX triplet: 0F, 24 and 13. RGB value is (15,36,19). Sum of RGB (Red+Green+Blue) = 15+36+19=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 36 (14.45% from 255 or 51.43% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2413 is #F0DBEC. Grayscale: #1B1B1B. Windows color (decimal): -15784941 or 1254415. OLE color: 1254415.

HSL color Cylindrical-coordinate representation of color #0F2413: hue angle of 131.43º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F2413 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB153619-
CMYK0.5800.470.86
HSL131.43º41.18%10%-
HSV(B)131.43º58.33%14.12%-
XYZ0.951.410.84-
YUV27.78123.04118.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.43%
GREEN value IS 36 (14.45% from 255) = 51.43%
BLUE value IS 19 (7.81% from 255) = 27.14%
R=21.43%
G=51.43%
B=27.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1536190.5800.470.86131.4341.1810
HexF24133A02F568329a
Octal174423720571262035112
Binary11111001001001111101001011111010110100000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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