#243020

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

Shades of Black Forest #243020

Tints of Black Forest #243020

Color information

#243020 (or 0x243020) is unknown color: approx Black Forest. HEX triplet: 24, 30 and 20. RGB value is (36,48,32). Sum of RGB (Red+Green+Blue) = 36+48+32=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #243020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243020 is #DBCFDF. Grayscale: #2A2A2A. Windows color (decimal): -14405600 or 2109476. OLE color: 2109476.

HSL color Cylindrical-coordinate representation of color #243020: hue angle of 105º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #243020 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB364832-
CMYK0.2500.330.81
HSL105º20%15.69%-
HSV(B)105º33.33%18.82%-
XYZ2.052.591.76-
YUV42.59122.02123.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.03%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=31.03%
G=41.38%
B=27.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3648320.2500.330.811052015.69
Hex2430201902151691410
Octal446040310411211512420
Binary100100110000100000110010100001101000111010011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243020; }

 p { color: rgb(36,48,32); }

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

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

 a { background-color: rgb(36,48,32); }

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

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

 span { border-color: rgb(36,48,32); }

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