#24332A

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

Shades of Holly #24332A

Tints of Holly #24332A

Color information

#24332A (or 0x24332A) is unknown color: approx Holly. HEX triplet: 24, 33 and 2A. RGB value is (36,51,42). Sum of RGB (Red+Green+Blue) = 36+51+42=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 51 - color contains mainly: green. Hex color #24332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24332A is #DBCCD5. Grayscale: #2D2D2D. Windows color (decimal): -14404822 or 2765604. OLE color: 2765604.

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

Color convert

RGB365142-
CMYK0.2900.180.8
HSL144º17.24%17.06%-
HSV(B)144º29.41%20%-
XYZ2.332.912.63-
YUV45.49126.03121.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.91%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=27.91%
G=39.53%
B=32.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3651420.2900.180.814417.2417.06
Hex24332A1D01250901111
Octal446352350221202202121
Binary100100110011101010111010100101010000100100001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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