#24322A

Color #24322A Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Holly #24322A

Tints of Holly #24322A

Color information

#24322A (or 0x24322A) is unknown color: approx 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

RGB365042-
CMYK0.2800.160.80
HSL145.71º16.28%16.86%-
HSV(B)145.71º28%19.61%-
XYZ2.292.822.61-
YUV44.9126.36121.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.12%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 42 (16.80% from 255) = 32.81%
R=28.12%
G=39.06%
B=32.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3650420.2800.160.80145.7116.2816.86
Hex24322A1C01050921011
Octal446252340201202222021
Binary100100110010101010111000100001010000100100101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>