#25373F

Color #25373F Elephant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elephant #25373F

Tints of Elephant #25373F

Color information

#25373F (or 0x25373F) is unknown color: approx Elephant. HEX triplet: 25, 37 and 3F. RGB value is (37,55,63). Sum of RGB (Red+Green+Blue) = 37+55+63=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 63 - color contains mainly: blue. Hex color #25373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25373F is #DAC8C0. Grayscale: #323232. Windows color (decimal): -14338241 or 4142885. OLE color: 4142885.

HSL color Cylindrical-coordinate representation of color #25373F: hue angle of 198.46º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #25373F is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB375563-
CMYK0.410.1300.75
HSL198.46º26%19.61%-
HSV(B)198.46º41.27%24.71%-
XYZ3.033.485.22-
YUV50.53135.04118.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 63 (25% from 255) = 40.65%
R=23.87%
G=35.48%
B=40.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3755630.410.1300.75198.462619.61
Hex25373F29D04Bc61a14
Octal456777511501133063224
Binary100101110111111111101001110101001011110001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25373F; }

 p { color: rgb(37,55,63); }

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

<style>
 a { background-color: #25373F; }

 a { background-color: rgb(37,55,63); }

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

<style>
 span { border-color: #25373F; }

 span { border-color: rgb(37,55,63); }

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