Html Css Color HEX #24354A Licorice

📋 copy color: '#24354A'

red 36 ◦ green 53 ◦ blue 74

#24354A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #24354A

Tints of Licorice #24354A

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.3% from 255) = 45.4%

R = 22.09%
G = 32.52%
B = 45.4%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24354A (or 0x24354A) is known color: 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

RGB 36 53 74 -
CMYK 0.51 0.28 0 0.71
HSL 213.16º 0.35% 0.22% -
HSV(B) 213.16º 0.51% 0.29% -
XYZ 3.24 3.42 6.97 -
YUV 50.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 36 53 74 0.51 0.28 0 0.71 213.16 0.35 0.22
Hex 24 35 4A 33 1C 0 47 D5 23 16
Octal 44 65 112 63 34 0 107 325 43 26
Binary 100100 110101 1001010 110011 11100 0 1000111 11010101 100011 10110

Color Harmonies of #24354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24354A

Black with #24354A

Text Example


Text Example

White with #24354A

Text Example


Text Example

HTML Codes & Css Web 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>