#273740

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

Shades of Elephant #273740

Tints of Elephant #273740

Color information

#273740 (or 0x273740) is unknown color: approx Elephant. HEX triplet: 27, 37 and 40. RGB value is (39,55,64). Sum of RGB (Red+Green+Blue) = 39+55+64=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #273740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273740 is #D8C8BF. Grayscale: #333333. Windows color (decimal): -14207168 or 4208423. OLE color: 4208423.

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

Color convert

RGB395564-
CMYK0.390.1400.75
HSL201.6º24.27%20.2%-
HSV(B)201.6º39.06%25.1%-
XYZ3.133.535.37-
YUV51.24135.2119.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.68%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=24.68%
G=34.81%
B=40.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3955640.390.1400.75201.624.2720.2
Hex27374027E04Bca1814
Octal4767100471601133123024
Binary1001111101111000000100111111001001011110010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273740; }

 p { color: rgb(39,55,64); }

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

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

 a { background-color: rgb(39,55,64); }

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

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

 span { border-color: rgb(39,55,64); }

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