#15280C

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

Shades of Black Forest #15280C

Tints of Black Forest #15280C

Color information

#15280C (or 0x15280C) is unknown color: approx Black Forest. HEX triplet: 15, 28 and 0C. RGB value is (21,40,12). Sum of RGB (Red+Green+Blue) = 21+40+12=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 40 (16.02% from 255 or 54.79% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 40 - color contains mainly: green. Hex color #15280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15280C is #EAD7F3. Grayscale: #1F1F1F. Windows color (decimal): -15390708 or 796693. OLE color: 796693.

HSL color Cylindrical-coordinate representation of color #15280C: hue angle of 100.71º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15280C is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB214012-
CMYK0.4800.700.84
HSL100.71º53.85%10.2%-
HSV(B)100.71º70%15.69%-
XYZ1.131.70.62-
YUV31.13117.21120.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28.77%
GREEN value IS 40 (16.02% from 255) = 54.79%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=28.77%
G=54.79%
B=16.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2140120.4800.700.84100.7153.8510.2
Hex1528C30046546536a
Octal2550146001061241456612
Binary10101101000110011000001000110101010011001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15280C; }

 p { color: rgb(21,40,12); }

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

<style>
 a { background-color: #15280C; }

 a { background-color: rgb(21,40,12); }

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

<style>
 span { border-color: #15280C; }

 span { border-color: rgb(21,40,12); }

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