#253840

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

Shades of Elephant #253840

Tints of Elephant #253840

Color information

#253840 (or 0x253840) is unknown color: approx Elephant. HEX triplet: 25, 38 and 40. RGB value is (37,56,64). Sum of RGB (Red+Green+Blue) = 37+56+64=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #253840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253840 is #DAC7BF. Grayscale: #333333. Windows color (decimal): -14337984 or 4208677. OLE color: 4208677.

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

Color convert

RGB375664-
CMYK0.420.1300.75
HSL197.78º26.73%19.8%-
HSV(B)197.78º42.19%25.1%-
XYZ3.13.595.38-
YUV51.23135.21117.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=23.57%
G=35.67%
B=40.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3756640.420.1300.75197.7826.7319.8
Hex2538402AD04Bc61b14
Octal4570100521501133063324
Binary1001011110001000000101010110101001011110001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253840; }

 p { color: rgb(37,56,64); }

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

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

 a { background-color: rgb(37,56,64); }

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

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

 span { border-color: rgb(37,56,64); }

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