Html Css Color HEX #24392C Holly

📋 copy color: '#24392C'

red 36 ◦ green 57 ◦ blue 44

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

Shades of Holly #24392C

Tints of Holly #24392C

RGB

 RED value IS 36 (14.45% from 255) = 26.28%

 GREEN value IS 57 (22.66% from 255) = 41.61%

 BLUE value IS 44 (17.58% from 255) = 32.12%

R = 26.28%
G = 41.61%
B = 32.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#24392C (or 0x24392C) is known color: Holly. HEX triplet: 24, 39 and 2C. RGB value is (36,57,44). Sum of RGB (Red+Green+Blue) = 36+57+44=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #24392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24392C is #DBC6D3. Grayscale: #313131. Windows color (decimal): -14403284 or 2898212. OLE color: 2898212.

HSL color Cylindrical-coordinate representation of color #24392C: hue angle of 142.86º 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 #24392C is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 36 57 44 -
CMYK 0.37 0 0.23 0.78
HSL 142.86º 0.23% 0.18% -
HSV(B) 142.86º 0.37% 0.22% -
XYZ 2.65 3.48 2.92 -
YUV 49.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 36 57 44 0.37 0 0.23 0.78 142.86 0.23 0.18
Hex 24 39 2C 25 0 17 4E 8F 17 12
Octal 44 71 54 45 0 27 116 217 27 22
Binary 100100 111001 101100 100101 0 10111 1001110 10001111 10111 10010

Color Harmonies of #24392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24392C

Black with #24392C

Text Example


Text Example

White with #24392C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24392C;
 }
 .AnyTagClassName
 {
   color: #24392C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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