#182512

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

Shades of Black Forest #182512

Tints of Black Forest #182512

Color information

#182512 (or 0x182512) is unknown color: approx Black Forest. HEX triplet: 18, 25 and 12. RGB value is (24,37,18). Sum of RGB (Red+Green+Blue) = 24+37+18=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #182512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182512 is #E7DAED. Grayscale: #1F1F1F. Windows color (decimal): -15194862 or 1189144. OLE color: 1189144.

HSL color Cylindrical-coordinate representation of color #182512: hue angle of 101.05º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #182512 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB243718-
CMYK0.3500.510.85
HSL101.05º34.55%10.78%-
HSV(B)101.05º51.35%14.51%-
XYZ1.151.560.81-
YUV30.95120.69123.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.38%
GREEN value IS 37 (14.84% from 255) = 46.84%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=30.38%
G=46.84%
B=22.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2437180.3500.510.85101.0534.5510.78
Hex18251223033556523b
Octal304522430631251454313
Binary11000100101100101000110110011101010111001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182512; }

 p { color: rgb(24,37,18); }

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

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

 a { background-color: rgb(24,37,18); }

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

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

 span { border-color: rgb(24,37,18); }

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