#0F2315

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

Shades of Black Bean #0F2315

Tints of Black Bean #0F2315

Color information

#0F2315 (or 0x0F2315) is unknown color: approx Black Bean. HEX triplet: 0F, 23 and 15. RGB value is (15,35,21). Sum of RGB (Red+Green+Blue) = 15+35+21=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2315 is #F0DCEA. Grayscale: #1B1B1B. Windows color (decimal): -15785195 or 1385231. OLE color: 1385231.

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

Color convert

RGB153521-
CMYK0.5700.400.86
HSL138º40%9.8%-
HSV(B)138º57.14%13.73%-
XYZ0.931.360.92-
YUV27.42124.37119.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.13%
GREEN value IS 35 (14.06% from 255) = 49.30%
BLUE value IS 21 (8.59% from 255) = 29.58%
R=21.13%
G=49.30%
B=29.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1535210.5700.400.86138409.8
HexF231539028568a28a
Octal174325710501262125012
Binary11111000111010111100101010001010110100010101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,35,21); }

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

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

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

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

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

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

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