Html Css Color HEX #24332A Holly

📋 copy color: '#24332A'

red 36 ◦ green 51 ◦ blue 42

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

Shades of Holly #24332A

Tints of Holly #24332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.53%

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

R = 27.91%
G = 39.53%
B = 32.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#24332A (or 0x24332A) is known color: Holly. HEX triplet: 24, 33 and 2A. RGB value is (36,51,42). Sum of RGB (Red+Green+Blue) = 36+51+42=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 51 - color contains mainly: green. Hex color #24332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24332A is #DBCCD5. Grayscale: #2D2D2D. Windows color (decimal): -14404822 or 2765604. OLE color: 2765604.

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

Color convert

RGB 36 51 42 -
CMYK 0.29 0 0.18 0.8
HSL 144º 0.17% 0.17% -
HSV(B) 144º 0.29% 0.2% -
XYZ 2.33 2.91 2.63 -
YUV 45.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 36 51 42 0.29 0 0.18 0.8 144 0.17 0.17
Hex 24 33 2A 1D 0 12 50 90 11 11
Octal 44 63 52 35 0 22 120 220 21 21
Binary 100100 110011 101010 11101 0 10010 1010000 10010000 10001 10001

Color Harmonies of #24332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24332A

Black with #24332A

Text Example


Text Example

White with #24332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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