Html Css Color HEX #24342A Holly

📋 copy color: '#24342A'

red 36 ◦ green 52 ◦ blue 42

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

Shades of Holly #24342A

Tints of Holly #24342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40%

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

R = 27.69%
G = 40%
B = 32.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#24342A (or 0x24342A) is known color: Holly. HEX triplet: 24, 34 and 2A. RGB value is (36,52,42). Sum of RGB (Red+Green+Blue) = 36+52+42=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #24342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24342A is #DBCBD5. Grayscale: #2E2E2E. Windows color (decimal): -14404566 or 2765860. OLE color: 2765860.

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

Color convert

RGB 36 52 42 -
CMYK 0.31 0 0.19 0.80
HSL 142.5º 0.18% 0.17% -
HSV(B) 142.5º 0.31% 0.2% -
XYZ 2.37 3 2.64 -
YUV 46.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 36 52 42 0.31 0 0.19 0.80 142.5 0.18 0.17
Hex 24 34 2A 1F 0 13 50 8E 12 11
Octal 44 64 52 37 0 23 120 216 22 21
Binary 100100 110100 101010 11111 0 10011 1010000 10001110 10010 10001

Color Harmonies of #24342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24342A

Black with #24342A

Text Example


Text Example

White with #24342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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