#25364A

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

Shades of Licorice #25364A

Tints of Licorice #25364A

Color information

#25364A (or 0x25364A) is unknown color: approx Licorice. HEX triplet: 25, 36 and 4A. RGB value is (37,54,74). Sum of RGB (Red+Green+Blue) = 37+54+74=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: blue. Hex color #25364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25364A is #DAC9B5. Grayscale: #333333. Windows color (decimal): -14338486 or 4863525. OLE color: 4863525.

HSL color Cylindrical-coordinate representation of color #25364A: hue angle of 212.43º 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 #25364A is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB375474-
CMYK0.500.2700.71
HSL212.43º33.33%21.76%-
HSV(B)212.43º50%29.02%-
XYZ3.323.536.98-
YUV51.2140.87117.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=22.42%
G=32.73%
B=44.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3754740.500.2700.71212.4333.3321.76
Hex25364A321B047d42116
Octal4566112623301073244126
Binary100101110110100101011001011011010001111101010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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