#24362B

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

Shades of Holly #24362B

Tints of Holly #24362B

Color information

#24362B (or 0x24362B) is unknown color: approx Holly. HEX triplet: 24, 36 and 2B. RGB value is (36,54,43). Sum of RGB (Red+Green+Blue) = 36+54+43=133 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.07% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 54 - color contains mainly: green. Hex color #24362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24362B is #DBC9D4. Grayscale: #2F2F2F. Windows color (decimal): -14404053 or 2831908. OLE color: 2831908.

HSL color Cylindrical-coordinate representation of color #24362B: hue angle of 143.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #24362B is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB365443-
CMYK0.3300.200.79
HSL143.33º20%17.65%-
HSV(B)143.33º33.33%21.18%-
XYZ2.483.192.77-
YUV47.36125.54119.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.07%
GREEN value IS 54 (21.48% from 255) = 40.60%
BLUE value IS 43 (17.19% from 255) = 32.33%
R=27.07%
G=40.60%
B=32.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3654430.3300.200.79143.332017.65
Hex24362B210144F8f1412
Octal446653410241172172422
Binary1001001101101010111000010101001001111100011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24362B; }

 p { color: rgb(36,54,43); }

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

<style>
 a { background-color: #24362B; }

 a { background-color: rgb(36,54,43); }

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

<style>
 span { border-color: #24362B; }

 span { border-color: rgb(36,54,43); }

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