#24354A

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

Shades of Licorice #24354A

Tints of Licorice #24354A

Color information

#24354A (or 0x24354A) is unknown color: approx Licorice. HEX triplet: 24, 35 and 4A. RGB value is (36,53,74). Sum of RGB (Red+Green+Blue) = 36+53+74=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #24354A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24354A is #DBCAB5. Grayscale: #323232. Windows color (decimal): -14404278 or 4863268. OLE color: 4863268.

HSL color Cylindrical-coordinate representation of color #24354A: hue angle of 213.16º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #24354A is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB365374-
CMYK0.510.2800.71
HSL213.16º34.55%21.57%-
HSV(B)213.16º51.35%29.02%-
XYZ3.243.426.97-
YUV50.31141.37117.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.09%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 74 (29.30% from 255) = 45.40%
R=22.09%
G=32.52%
B=45.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3653740.510.2800.71213.1634.5521.57
Hex24354A331C047d52316
Octal4465112633401073254326
Binary100100110101100101011001111100010001111101010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,53,74); }

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

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

 a { background-color: rgb(36,53,74); }

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

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

 span { border-color: rgb(36,53,74); }

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