#273941

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

Shades of Elephant #273941

Tints of Elephant #273941

Color information

#273941 (or 0x273941) is unknown color: approx Elephant. HEX triplet: 27, 39 and 41. RGB value is (39,57,65). Sum of RGB (Red+Green+Blue) = 39+57+65=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #273941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273941 is #D8C6BE. Grayscale: #343434. Windows color (decimal): -14206655 or 4274471. OLE color: 4274471.

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

Color convert

RGB395765-
CMYK0.400.1200.75
HSL198.46º25%20.39%-
HSV(B)198.46º40%25.49%-
XYZ3.253.745.55-
YUV52.53135.04118.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.22%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=24.22%
G=35.40%
B=40.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3957650.400.1200.75198.462520.39
Hex27394128C04Bc61914
Octal4771101501401133063124
Binary1001111110011000001101000110001001011110001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273941; }

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

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

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

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

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

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

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

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