Html Css Color HEX #24354B Licorice

📋 copy color: '#24354B'

red 36 ◦ green 53 ◦ blue 75

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

Shades of Licorice #24354B

Tints of Licorice #24354B

RGB

 RED value IS 36 (14.45% from 255) = 21.95%

 GREEN value IS 53 (21.09% from 255) = 32.32%

 BLUE value IS 75 (29.69% from 255) = 45.73%

R = 21.95%
G = 32.32%
B = 45.73%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24354B (or 0x24354B) is known color: Licorice. HEX triplet: 24, 35 and 4B. RGB value is (36,53,75). Sum of RGB (Red+Green+Blue) = 36+53+75=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #24354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24354B is #DBCAB4. Grayscale: #323232. Windows color (decimal): -14404277 or 4928804. OLE color: 4928804.

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

Color convert

RGB 36 53 75 -
CMYK 0.52 0.29 0 0.71
HSL 213.85º 0.35% 0.22% -
HSV(B) 213.85º 0.52% 0.29% -
XYZ 3.27 3.43 7.15 -
YUV 50.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 36 53 75 0.52 0.29 0 0.71 213.85 0.35 0.22
Hex 24 35 4B 34 1D 0 47 D6 23 16
Octal 44 65 113 64 35 0 107 326 43 26
Binary 100100 110101 1001011 110100 11101 0 1000111 11010110 100011 10110

Color Harmonies of #24354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24354B

Black with #24354B

Text Example


Text Example

White with #24354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24354B;
 }
 .AnyTagClassName
 {
   color: #24354B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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