#25353F

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

Shades of Elephant #25353F

Tints of Elephant #25353F

Color information

#25353F (or 0x25353F) is unknown color: approx Elephant. HEX triplet: 25, 35 and 3F. RGB value is (37,53,63). Sum of RGB (Red+Green+Blue) = 37+53+63=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #25353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25353F is #DACAC0. Grayscale: #313131. Windows color (decimal): -14338753 or 4142373. OLE color: 4142373.

HSL color Cylindrical-coordinate representation of color #25353F: hue angle of 203.08º 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 #25353F is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB375363-
CMYK0.410.1600.75
HSL203.08º26%19.61%-
HSV(B)203.08º41.27%24.71%-
XYZ2.933.35.18-
YUV49.36135.7119.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 53 (21.09% from 255) = 34.64%
BLUE value IS 63 (25% from 255) = 41.18%
R=24.18%
G=34.64%
B=41.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3753630.410.1600.75203.082619.61
Hex25353F291004Bcb1a14
Octal456577512001133133224
Binary1001011101011111111010011000001001011110010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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