#242D21

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

Shades of Black Forest #242D21

Tints of Black Forest #242D21

Color information

#242D21 (or 0x242D21) is unknown color: approx Black Forest. HEX triplet: 24, 2D and 21. RGB value is (36,45,33). Sum of RGB (Red+Green+Blue) = 36+45+33=114 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.58% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 45 - color contains mainly: green. Hex color #242D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D21 is #DBD2DE. Grayscale: #282828. Windows color (decimal): -14406367 or 2174244. OLE color: 2174244.

HSL color Cylindrical-coordinate representation of color #242D21: hue angle of 105º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #242D21 is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.82.

Color convert

RGB364533-
CMYK0.200.270.82
HSL105º15.38%15.29%-
HSV(B)105º26.67%17.65%-
XYZ1.942.361.79-
YUV40.94123.52124.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.58%
GREEN value IS 45 (17.97% from 255) = 39.47%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=31.58%
G=39.47%
B=28.95%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3645330.200.270.8210515.3815.29
Hex242D211401B5269ff
Octal445541240331221511717
Binary100100101101100001101000110111010010110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242D21; }

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

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

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

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

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

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

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

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