Html Css Color HEX #24332B Holly

📋 copy color: '#24332B'

red 36 ◦ green 51 ◦ blue 43

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

Shades of Holly #24332B

Tints of Holly #24332B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.08%

R = 27.69%
G = 39.23%
B = 33.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.8

RGB Variations

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

Color information

#24332B (or 0x24332B) is known color: Holly. HEX triplet: 24, 33 and 2B. RGB value is (36,51,43). Sum of RGB (Red+Green+Blue) = 36+51+43=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 51 - color contains mainly: green. Hex color #24332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24332B is #DBCCD4. Grayscale: #2D2D2D. Windows color (decimal): -14404821 or 2831140. OLE color: 2831140.

HSL color Cylindrical-coordinate representation of color #24332B: hue angle of 148º 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 #24332B is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB 36 51 43 -
CMYK 0.29 0 0.16 0.8
HSL 148º 0.17% 0.17% -
HSV(B) 148º 0.29% 0.2% -
XYZ 2.35 2.92 2.72 -
YUV 45.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 36 51 43 0.29 0 0.16 0.8 148 0.17 0.17
Hex 24 33 2B 1D 0 10 50 94 11 11
Octal 44 63 53 35 0 20 120 224 21 21
Binary 100100 110011 101011 11101 0 10000 1010000 10010100 10001 10001

Color Harmonies of #24332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24332B

Black with #24332B

Text Example


Text Example

White with #24332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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