#182213

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

Shades of Black Forest #182213

Tints of Black Forest #182213

Color information

#182213 (or 0x182213) is unknown color: approx Black Forest. HEX triplet: 18, 22 and 13. RGB value is (24,34,19). Sum of RGB (Red+Green+Blue) = 24+34+19=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 34 - color contains mainly: green. Hex color #182213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182213 is #E7DDEC. Grayscale: #1D1D1D. Windows color (decimal): -15195629 or 1253912. OLE color: 1253912.

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

Color convert

RGB243419-
CMYK0.2900.440.87
HSL100º28.3%10.39%-
HSV(B)100º44.12%13.33%-
XYZ1.071.390.83-
YUV29.3122.19124.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 34 (13.67% from 255) = 44.16%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=31.17%
G=44.16%
B=24.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2434190.2900.440.8710028.310.39
Hex1822131D02C57641ca
Octal304223350541271443412
Binary110001000101001111101010110010101111100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182213; }

 p { color: rgb(24,34,19); }

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

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

 a { background-color: rgb(24,34,19); }

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

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

 span { border-color: rgb(24,34,19); }

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