#25364B

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

Shades of Licorice #25364B

Tints of Licorice #25364B

Color information

#25364B (or 0x25364B) is unknown color: approx Licorice. HEX triplet: 25, 36 and 4B. RGB value is (37,54,75). Sum of RGB (Red+Green+Blue) = 37+54+75=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #25364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25364B is #DAC9B4. Grayscale: #333333. Windows color (decimal): -14338485 or 4929061. OLE color: 4929061.

HSL color Cylindrical-coordinate representation of color #25364B: hue angle of 213.16º degrees, saturation: 0.34, 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 #25364B is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB375475-
CMYK0.510.2800.71
HSL213.16º33.93%21.96%-
HSV(B)213.16º50.67%29.41%-
XYZ3.353.547.16-
YUV51.31141.37117.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=22.29%
G=32.53%
B=45.18%

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
Decimal3754750.510.2800.71213.1633.9321.96
Hex25364B331C047d52216
Octal4566113633401073254226
Binary100101110110100101111001111100010001111101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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