#182015

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

Shades of Black Forest #182015

Tints of Black Forest #182015

Color information

#182015 (or 0x182015) is unknown color: approx Black Forest. HEX triplet: 18, 20 and 15. RGB value is (24,32,21). Sum of RGB (Red+Green+Blue) = 24+32+21=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #182015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182015 is #E7DFEA. Grayscale: #1C1C1C. Windows color (decimal): -15196139 or 1384472. OLE color: 1384472.

HSL color Cylindrical-coordinate representation of color #182015: hue angle of 103.64º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #182015 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB243221-
CMYK0.2500.340.87
HSL103.64º20.75%10.39%-
HSV(B)103.64º34.38%12.55%-
XYZ1.031.280.9-
YUV28.35123.85124.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 32 (12.89% from 255) = 41.56%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=31.17%
G=41.56%
B=27.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2432210.2500.340.87103.6420.7510.39
Hex18201519022576815a
Octal304025310421271502512
Binary110001000001010111001010001010101111101000101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182015; }

 p { color: rgb(24,32,21); }

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

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

 a { background-color: rgb(24,32,21); }

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

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

 span { border-color: rgb(24,32,21); }

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