Html Css Color HEX #24312A Holly

📋 copy color: '#24312A'

red 36 ◦ green 49 ◦ blue 42

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

Shades of Holly #24312A

Tints of Holly #24312A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.58%

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

R = 28.35%
G = 38.58%
B = 33.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#24312A (or 0x24312A) is known color: Holly. HEX triplet: 24, 31 and 2A. RGB value is (36,49,42). Sum of RGB (Red+Green+Blue) = 36+49+42=127 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.35% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 49 - color contains mainly: green. Hex color #24312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24312A is #DBCED5. Grayscale: #2C2C2C. Windows color (decimal): -14405334 or 2765092. OLE color: 2765092.

HSL color Cylindrical-coordinate representation of color #24312A: hue angle of 147.69º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #24312A is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 49 42 -
CMYK 0.27 0 0.14 0.81
HSL 147.69º 0.15% 0.17% -
HSV(B) 147.69º 0.27% 0.19% -
XYZ 2.24 2.74 2.6 -
YUV 44.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 36 49 42 0.27 0 0.14 0.81 147.69 0.15 0.17
Hex 24 31 2A 1B 0 E 51 94 F 11
Octal 44 61 52 33 0 16 121 224 17 21
Binary 100100 110001 101010 11011 0 1110 1010001 10010100 1111 10001

Color Harmonies of #24312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24312A

Black with #24312A

Text Example


Text Example

White with #24312A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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