#25353D

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

Shades of Elephant #25353D

Tints of Elephant #25353D

Color information

#25353D (or 0x25353D) is unknown color: approx Elephant. HEX triplet: 25, 35 and 3D. RGB value is (37,53,61). Sum of RGB (Red+Green+Blue) = 37+53+61=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 61 - color contains mainly: blue. Hex color #25353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25353D is #DACAC2. Grayscale: #313131. Windows color (decimal): -14338755 or 4011301. OLE color: 4011301.

HSL color Cylindrical-coordinate representation of color #25353D: hue angle of 200º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #25353D is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB375361-
CMYK0.390.1300.76
HSL200º24.49%19.22%-
HSV(B)200º39.34%23.92%-
XYZ2.883.284.9-
YUV49.13134.7119.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=24.50%
G=35.10%
B=40.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3753610.390.1300.7620024.4919.22
Hex25353D27D04Cc81813
Octal456575471501143103023
Binary100101110101111101100111110101001100110010001100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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