Html Css Color HEX #25354A Licorice

📋 copy color: '#25354A'

red 37 ◦ green 53 ◦ blue 74

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

Shades of Licorice #25354A

Tints of Licorice #25354A

RGB

 RED value IS 37 (14.84% from 255) = 22.56%

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

 BLUE value IS 74 (29.3% from 255) = 45.12%

R = 22.56%
G = 32.32%
B = 45.12%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25354A (or 0x25354A) is known color: Licorice. HEX triplet: 25, 35 and 4A. RGB value is (37,53,74). Sum of RGB (Red+Green+Blue) = 37+53+74=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 74 - color contains mainly: blue. Hex color #25354A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25354A is #DACAB5. Grayscale: #323232. Windows color (decimal): -14338742 or 4863269. OLE color: 4863269.

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

Color convert

RGB 37 53 74 -
CMYK 0.50 0.28 0 0.71
HSL 214.05º 0.33% 0.22% -
HSV(B) 214.05º 0.5% 0.29% -
XYZ 3.27 3.43 6.97 -
YUV 50.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 37 53 74 0.50 0.28 0 0.71 214.05 0.33 0.22
Hex 25 35 4A 32 1C 0 47 D6 21 16
Octal 45 65 112 62 34 0 107 326 41 26
Binary 100101 110101 1001010 110010 11100 0 1000111 11010110 100001 10110

Color Harmonies of #25354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25354A

Black with #25354A

Text Example


Text Example

White with #25354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25354A;
 }
 .AnyTagClassName
 {
   color: #25354A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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