#182115

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

Shades of Black Forest #182115

Tints of Black Forest #182115

Color information

#182115 (or 0x182115) is unknown color: approx Black Forest. HEX triplet: 18, 21 and 15. RGB value is (24,33,21). Sum of RGB (Red+Green+Blue) = 24+33+21=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 33 - color contains mainly: green. Hex color #182115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182115 is #E7DEEA. Grayscale: #1C1C1C. Windows color (decimal): -15195883 or 1384728. OLE color: 1384728.

HSL color Cylindrical-coordinate representation of color #182115: hue angle of 105º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #182115 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB243321-
CMYK0.2700.360.87
HSL105º22.22%10.59%-
HSV(B)105º36.36%12.94%-
XYZ1.061.340.91-
YUV28.94123.52124.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.77%
GREEN value IS 33 (13.28% from 255) = 42.31%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=30.77%
G=42.31%
B=26.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2433210.2700.360.8710522.2210.59
Hex1821151B024576916b
Octal304125330441271512613
Binary110001000011010111011010010010101111101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182115; }

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

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

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

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

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

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

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

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