#24372A

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

Shades of Holly #24372A

Tints of Holly #24372A

Color information

#24372A (or 0x24372A) is unknown color: approx Holly. HEX triplet: 24, 37 and 2A. RGB value is (36,55,42). Sum of RGB (Red+Green+Blue) = 36+55+42=133 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.07% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 55 - color contains mainly: green. Hex color #24372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24372A is #DBC8D5. Grayscale: #2F2F2F. Windows color (decimal): -14403798 or 2766628. OLE color: 2766628.

HSL color Cylindrical-coordinate representation of color #24372A: hue angle of 138.95º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #24372A is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB365542-
CMYK0.3500.240.78
HSL138.95º20.88%17.84%-
HSV(B)138.95º34.55%21.57%-
XYZ2.513.272.69-
YUV47.84124.71119.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.07%
GREEN value IS 55 (21.88% from 255) = 41.35%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=27.07%
G=41.35%
B=31.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3655420.3500.240.78138.9520.8817.84
Hex24372A230184E8b1512
Octal446752430301162132522
Binary1001001101111010101000110110001001110100010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24372A;
 }
 .AnyTagClassName
 {
   color: #24372A;
 }
</style>
background-color css

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

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

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

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

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

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