#253541

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

Shades of Elephant #253541

Tints of Elephant #253541

Color information

#253541 (or 0x253541) is unknown color: approx Elephant. HEX triplet: 25, 35 and 41. RGB value is (37,53,65). Sum of RGB (Red+Green+Blue) = 37+53+65=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #253541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253541 is #DACABE. Grayscale: #313131. Windows color (decimal): -14338751 or 4273445. OLE color: 4273445.

HSL color Cylindrical-coordinate representation of color #253541: hue angle of 205.71º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #253541 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB375365-
CMYK0.430.1800.75
HSL205.71º27.45%20%-
HSV(B)205.71º43.08%25.49%-
XYZ2.993.325.48-
YUV49.58136.7119.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 65 (25.78% from 255) = 41.94%
R=23.87%
G=34.19%
B=41.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3753650.430.1800.75205.7127.4520
Hex2535412B1204Bce1b14
Octal4565101532201133163324
Binary10010111010110000011010111001001001011110011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253541; }

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

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

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

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

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

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

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

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