#253941

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

Shades of Elephant #253941

Tints of Elephant #253941

Color information

#253941 (or 0x253941) is unknown color: approx Elephant. HEX triplet: 25, 39 and 41. RGB value is (37,57,65). Sum of RGB (Red+Green+Blue) = 37+57+65=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #253941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253941 is #DAC6BE. Grayscale: #333333. Windows color (decimal): -14337727 or 4274469. OLE color: 4274469.

HSL color Cylindrical-coordinate representation of color #253941: hue angle of 197.14º 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 #253941 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB375765-
CMYK0.430.1200.75
HSL197.14º27.45%20%-
HSV(B)197.14º43.08%25.49%-
XYZ3.183.75.55-
YUV51.93135.37117.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 65 (25.78% from 255) = 40.88%
R=23.27%
G=35.85%
B=40.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3757650.430.1200.75197.1427.4520
Hex2539412BC04Bc51b14
Octal4571101531401133053324
Binary1001011110011000001101011110001001011110001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253941; }

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

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

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

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

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

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

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

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