Html Css Color HEX #24372A Holly

📋 copy color: '#24372A'

red 36 ◦ green 55 ◦ blue 42

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

Shades of Holly #24372A

Tints of Holly #24372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.35%

 BLUE value IS 42 (16.8% from 255) = 31.58%

R = 27.07%
G = 41.35%
B = 31.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#24372A (or 0x24372A) is known color: Holly. HEX triplet: 24, 37 and 2A. RGB value is (36,55,42). Sum of RGB (Red+Green+Blue) = 36+55+42=133 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.07% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 55 - color contains mainly: green. Hex color #24372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24372A is #DBC8D5. Grayscale: #2F2F2F. Windows color (decimal): -14403798 or 2766628. OLE color: 2766628.

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

Color convert

RGB 36 55 42 -
CMYK 0.35 0 0.24 0.78
HSL 138.95º 0.21% 0.18% -
HSV(B) 138.95º 0.35% 0.22% -
XYZ 2.51 3.27 2.69 -
YUV 47.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 36 55 42 0.35 0 0.24 0.78 138.95 0.21 0.18
Hex 24 37 2A 23 0 18 4E 8B 15 12
Octal 44 67 52 43 0 30 116 213 25 22
Binary 100100 110111 101010 100011 0 11000 1001110 10001011 10101 10010

Color Harmonies of #24372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24372A

Black with #24372A

Text Example


Text Example

White with #24372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24372A;
 }
 .AnyTagClassName
 {
   color: #24372A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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