#24352B

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

Shades of Holly #24352B

Tints of Holly #24352B

Color information

#24352B (or 0x24352B) is unknown color: approx Holly. HEX triplet: 24, 35 and 2B. RGB value is (36,53,43). Sum of RGB (Red+Green+Blue) = 36+53+43=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 53 - color contains mainly: green. Hex color #24352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24352B is #DBCAD4. Grayscale: #2E2E2E. Windows color (decimal): -14404309 or 2831652. OLE color: 2831652.

HSL color Cylindrical-coordinate representation of color #24352B: hue angle of 144.71º 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 #24352B is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB365343-
CMYK0.3200.190.79
HSL144.71º19.1%17.45%-
HSV(B)144.71º32.08%20.78%-
XYZ2.443.12.75-
YUV46.78125.87120.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.27%
GREEN value IS 53 (21.09% from 255) = 40.15%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=27.27%
G=40.15%
B=32.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3653430.3200.190.79144.7119.117.45
Hex24352B200134F911311
Octal446553400231172212321
Binary1001001101011010111000000100111001111100100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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