#182712

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

Shades of Black Forest #182712

Tints of Black Forest #182712

Color information

#182712 (or 0x182712) is unknown color: approx Black Forest. HEX triplet: 18, 27 and 12. RGB value is (24,39,18). Sum of RGB (Red+Green+Blue) = 24+39+18=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #182712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182712 is #E7D8ED. Grayscale: #202020. Windows color (decimal): -15194350 or 1189656. OLE color: 1189656.

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

Color convert

RGB243918-
CMYK0.3800.540.85
HSL102.86º36.84%11.18%-
HSV(B)102.86º53.85%15.29%-
XYZ1.211.690.83-
YUV32.12120.03122.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.63%
GREEN value IS 39 (15.62% from 255) = 48.15%
BLUE value IS 18 (7.42% from 255) = 22.22%
R=29.63%
G=48.15%
B=22.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2439180.3800.540.85102.8636.8411.18
Hex18271226036556725b
Octal304722460661251474513
Binary11000100111100101001100110110101010111001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182712; }

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

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

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

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

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

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

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

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