#253841

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

Shades of Elephant #253841

Tints of Elephant #253841

Color information

#253841 (or 0x253841) is unknown color: approx Elephant. HEX triplet: 25, 38 and 41. RGB value is (37,56,65). Sum of RGB (Red+Green+Blue) = 37+56+65=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #253841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253841 is #DAC7BE. Grayscale: #333333. Windows color (decimal): -14337983 or 4274213. OLE color: 4274213.

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

Color convert

RGB375665-
CMYK0.430.1400.75
HSL199.29º27.45%20%-
HSV(B)199.29º43.08%25.49%-
XYZ3.133.65.53-
YUV51.34135.71117.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=23.42%
G=35.44%
B=41.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3756650.430.1400.75199.2927.4520
Hex2538412BE04Bc71b14
Octal4570101531601133073324
Binary1001011110001000001101011111001001011110001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253841; }

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

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

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

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

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

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

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

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