Html Css Color HEX #24322A Holly

📋 copy color: '#24322A'

red 36 ◦ green 50 ◦ blue 42

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

Shades of Holly #24322A

Tints of Holly #24322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.06%

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

R = 28.13%
G = 39.06%
B = 32.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.80

RGB Variations

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

Color information

#24322A (or 0x24322A) is known color: Holly. HEX triplet: 24, 32 and 2A. RGB value is (36,50,42). Sum of RGB (Red+Green+Blue) = 36+50+42=128 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.12% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 50 - color contains mainly: green. Hex color #24322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24322A is #DBCDD5. Grayscale: #2C2C2C. Windows color (decimal): -14405078 or 2765348. OLE color: 2765348.

HSL color Cylindrical-coordinate representation of color #24322A: hue angle of 145.71º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #24322A is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB 36 50 42 -
CMYK 0.28 0 0.16 0.80
HSL 145.71º 0.16% 0.17% -
HSV(B) 145.71º 0.28% 0.2% -
XYZ 2.29 2.82 2.61 -
YUV 44.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 36 50 42 0.28 0 0.16 0.80 145.71 0.16 0.17
Hex 24 32 2A 1C 0 10 50 92 10 11
Octal 44 62 52 34 0 20 120 222 20 21
Binary 100100 110010 101010 11100 0 10000 1010000 10010010 10000 10001

Color Harmonies of #24322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24322A

Black with #24322A

Text Example


Text Example

White with #24322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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