#24392D

Color #24392D Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Holly #24392D

Tints of Holly #24392D

Color information

#24392D (or 0x24392D) is unknown color: approx Holly. HEX triplet: 24, 39 and 2D. RGB value is (36,57,45). Sum of RGB (Red+Green+Blue) = 36+57+45=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #24392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24392D is #DBC6D2. Grayscale: #313131. Windows color (decimal): -14403283 or 2963748. OLE color: 2963748.

HSL color Cylindrical-coordinate representation of color #24392D: hue angle of 145.71º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #24392D is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB365745-
CMYK0.3700.210.78
HSL145.71º22.58%18.24%-
HSV(B)145.71º36.84%22.35%-
XYZ2.663.493.02-
YUV49.35125.54118.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.09%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=26.09%
G=41.30%
B=32.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3657450.3700.210.78145.7122.5818.24
Hex24392D250154E921712
Octal447155450251162222722
Binary1001001110011011011001010101011001110100100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24392D; }

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

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

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

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

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

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

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

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