#15250E

Color #15250E Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #15250E

Tints of Black Forest #15250E

Color information

#15250E (or 0x15250E) is unknown color: approx Black Forest. HEX triplet: 15, 25 and 0E. RGB value is (21,37,14). Sum of RGB (Red+Green+Blue) = 21+37+14=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #15250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15250E is #EADAF1. Grayscale: #1D1D1D. Windows color (decimal): -15391474 or 926997. OLE color: 926997.

HSL color Cylindrical-coordinate representation of color #15250E: hue angle of 101.74º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15250E is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB213714-
CMYK0.4300.620.85
HSL101.74º45.1%10%-
HSV(B)101.74º62.16%14.51%-
XYZ1.051.510.65-
YUV29.59119.2121.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.17%
GREEN value IS 37 (14.84% from 255) = 51.39%
BLUE value IS 14 (5.86% from 255) = 19.44%
R=29.17%
G=51.39%
B=19.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2137140.4300.620.85101.7445.110
Hex1525E2B03E55662da
Octal254516530761251465512
Binary1010110010111101010110111110101010111001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15250E; }

 p { color: rgb(21,37,14); }

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

<style>
 a { background-color: #15250E; }

 a { background-color: rgb(21,37,14); }

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

<style>
 span { border-color: #15250E; }

 span { border-color: rgb(21,37,14); }

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