#24352A

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

Shades of Holly #24352A

Tints of Holly #24352A

Color information

#24352A (or 0x24352A) is unknown color: approx Holly. HEX triplet: 24, 35 and 2A. RGB value is (36,53,42). Sum of RGB (Red+Green+Blue) = 36+53+42=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 53 - color contains mainly: green. Hex color #24352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24352A is #DBCAD5. Grayscale: #2E2E2E. Windows color (decimal): -14404310 or 2766116. OLE color: 2766116.

HSL color Cylindrical-coordinate representation of color #24352A: hue angle of 141.18º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #24352A is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB365342-
CMYK0.3200.210.79
HSL141.18º19.1%17.45%-
HSV(B)141.18º32.08%20.78%-
XYZ2.423.092.66-
YUV46.66125.37120.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.48%
GREEN value IS 53 (21.09% from 255) = 40.46%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=27.48%
G=40.46%
B=32.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3653420.3200.210.79141.1819.117.45
Hex24352A200154F8d1311
Octal446552400251172152321
Binary1001001101011010101000000101011001111100011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24352A; }

 p { color: rgb(36,53,42); }

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

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

 a { background-color: rgb(36,53,42); }

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

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

 span { border-color: rgb(36,53,42); }

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