#273840

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

Shades of Elephant #273840

Tints of Elephant #273840

Color information

#273840 (or 0x273840) is unknown color: approx Elephant. HEX triplet: 27, 38 and 40. RGB value is (39,56,64). Sum of RGB (Red+Green+Blue) = 39+56+64=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #273840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273840 is #D8C7BF. Grayscale: #333333. Windows color (decimal): -14206912 or 4208679. OLE color: 4208679.

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

Color convert

RGB395664-
CMYK0.390.1300.75
HSL199.2º24.27%20.2%-
HSV(B)199.2º39.06%25.1%-
XYZ3.183.635.38-
YUV51.83134.87118.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.53%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=24.53%
G=35.22%
B=40.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3956640.390.1300.75199.224.2720.2
Hex27384027D04Bc71814
Octal4770100471501133073024
Binary1001111110001000000100111110101001011110001111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273840; }

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

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

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

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

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

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

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

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