#253641

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

Shades of Elephant #253641

Tints of Elephant #253641

Color information

#253641 (or 0x253641) is unknown color: approx Elephant. HEX triplet: 25, 36 and 41. RGB value is (37,54,65). Sum of RGB (Red+Green+Blue) = 37+54+65=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #253641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253641 is #DAC9BE. Grayscale: #323232. Windows color (decimal): -14338495 or 4273701. OLE color: 4273701.

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

Color convert

RGB375465-
CMYK0.430.1700.75
HSL203.57º27.45%20%-
HSV(B)203.57º43.08%25.49%-
XYZ3.043.415.5-
YUV50.17136.37118.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=23.72%
G=34.62%
B=41.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3754650.430.1700.75203.5727.4520
Hex2536412B1104Bcc1b14
Octal4566101532101133143324
Binary10010111011010000011010111000101001011110011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253641; }

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

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

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

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

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

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

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

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