#0F2410

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

Shades of Black Bean #0F2410

Tints of Black Bean #0F2410

Color information

#0F2410 (or 0x0F2410) is unknown color: approx Black Bean. HEX triplet: 0F, 24 and 10. RGB value is (15,36,16). Sum of RGB (Red+Green+Blue) = 15+36+16=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2410 is #F0DBEF. Grayscale: #1B1B1B. Windows color (decimal): -15784944 or 1057807. OLE color: 1057807.

HSL color Cylindrical-coordinate representation of color #0F2410: hue angle of 122.86º 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 #0F2410 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB153616-
CMYK0.5800.560.86
HSL122.86º41.18%10%-
HSV(B)122.86º58.33%14.12%-
XYZ0.921.40.71-
YUV27.44121.54119.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.39%
GREEN value IS 36 (14.45% from 255) = 53.73%
BLUE value IS 16 (6.64% from 255) = 23.88%
R=22.39%
G=53.73%
B=23.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1536160.5800.560.86122.8641.1810
HexF24103A038567b29a
Octal174420720701261735112
Binary1111100100100001110100111000101011011110111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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