#15260D

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

Shades of Black Forest #15260D

Tints of Black Forest #15260D

Color information

#15260D (or 0x15260D) is unknown color: approx Black Forest. HEX triplet: 15, 26 and 0D. RGB value is (21,38,13). Sum of RGB (Red+Green+Blue) = 21+38+13=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #15260D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15260D is #EAD9F2. Grayscale: #1E1E1E. Windows color (decimal): -15391219 or 861717. OLE color: 861717.

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

Color convert

RGB213813-
CMYK0.4500.660.85
HSL100.8º49.02%10%-
HSV(B)100.8º65.79%14.9%-
XYZ1.081.570.63-
YUV30.07118.37121.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.17%
GREEN value IS 38 (15.23% from 255) = 52.78%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=29.17%
G=52.78%
B=18.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2138130.4500.660.85100.849.0210
Hex1526D2D042556531a
Octal2546155501021251456112
Binary10101100110110110110101000010101010111001011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15260D; }

 p { color: rgb(21,38,13); }

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

<style>
 a { background-color: #15260D; }

 a { background-color: rgb(21,38,13); }

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

<style>
 span { border-color: #15260D; }

 span { border-color: rgb(21,38,13); }

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