#24312A

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

Shades of Holly #24312A

Tints of Holly #24312A

Color information

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

RGB364942-
CMYK0.2700.140.81
HSL147.69º15.29%16.67%-
HSV(B)147.69º26.53%19.22%-
XYZ2.242.742.6-
YUV44.32126.69122.07-

RGB Variations

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

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.80% from 255) = 33.07%
R=28.35%
G=38.58%
B=33.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3649420.2700.140.81147.6915.2916.67
Hex24312A1B0E5194f11
Octal446152330161212241721
Binary1001001100011010101101101110101000110010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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