#25354B

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

Shades of Licorice #25354B

Tints of Licorice #25354B

Color information

#25354B (or 0x25354B) is unknown color: approx Licorice. HEX triplet: 25, 35 and 4B. RGB value is (37,53,75). Sum of RGB (Red+Green+Blue) = 37+53+75=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 75 - color contains mainly: blue. Hex color #25354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25354B is #DACAB4. Grayscale: #323232. Windows color (decimal): -14338741 or 4928805. OLE color: 4928805.

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

Color convert

RGB375375-
CMYK0.510.2900.71
HSL214.74º33.93%21.96%-
HSV(B)214.74º50.67%29.41%-
XYZ3.313.457.15-
YUV50.72141.7118.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 75 (29.69% from 255) = 45.45%
R=22.42%
G=32.12%
B=45.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3753750.510.2900.71214.7433.9321.96
Hex25354B331D047d72216
Octal4565113633501073274226
Binary100101110101100101111001111101010001111101011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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