#242821

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

Shades of Black Forest #242821

Tints of Black Forest #242821

Color information

#242821 (or 0x242821) is unknown color: approx Black Forest. HEX triplet: 24, 28 and 21. RGB value is (36,40,33). Sum of RGB (Red+Green+Blue) = 36+40+33=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 40 - color contains mainly: green. Hex color #242821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242821 is #DBD7DE. Grayscale: #262626. Windows color (decimal): -14407647 or 2172964. OLE color: 2172964.

HSL color Cylindrical-coordinate representation of color #242821: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #242821 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB364033-
CMYK0.1000.170.84
HSL94.29º9.59%14.31%-
HSV(B)94.29º17.5%15.69%-
XYZ1.7621.73-
YUV38.01125.17126.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.03%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=33.03%
G=36.70%
B=30.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3640330.1000.170.8494.299.5914.31
Hex242821A011545eae
Octal445041120211241361216
Binary10010010100010000110100100011010100101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242821; }

 p { color: rgb(36,40,33); }

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

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

 a { background-color: rgb(36,40,33); }

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

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

 span { border-color: rgb(36,40,33); }

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