Html Css Color HEX #24352B Holly

📋 copy color: '#24352B'

red 36 ◦ green 53 ◦ blue 43

#24352B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Holly #24352B

Tints of Holly #24352B

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 value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#24352B (or 0x24352B) is known color: 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

RGB 36 53 43 -
CMYK 0.32 0 0.19 0.79
HSL 144.71º 0.19% 0.17% -
HSV(B) 144.71º 0.32% 0.21% -
XYZ 2.44 3.1 2.75 -
YUV 46.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 36 53 43 0.32 0 0.19 0.79 144.71 0.19 0.17
Hex 24 35 2B 20 0 13 4F 91 13 11
Octal 44 65 53 40 0 23 117 221 23 21
Binary 100100 110101 101011 100000 0 10011 1001111 10010001 10011 10001

Color Harmonies of #24352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24352B

Black with #24352B

Text Example


Text Example

White with #24352B

Text Example


Text Example

HTML Codes & Css Web 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>