#273137

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

Shades of Cod Grey #273137

Tints of Cod Grey #273137

Color information

#273137 (or 0x273137) is unknown color: approx Cod Grey. HEX triplet: 27, 31 and 37. RGB value is (39,49,55). Sum of RGB (Red+Green+Blue) = 39+49+55=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 55 - color contains mainly: blue. Hex color #273137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273137 is #D8CEC8. Grayscale: #2E2E2E. Windows color (decimal): -14208713 or 3617063. OLE color: 3617063.

HSL color Cylindrical-coordinate representation of color #273137: hue angle of 202.5º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #273137 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB394955-
CMYK0.290.1100.78
HSL202.5º17.02%18.43%-
HSV(B)202.5º29.09%21.57%-
XYZ2.622.94.04-
YUV46.69132.69122.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 55 (21.88% from 255) = 38.46%
R=27.27%
G=34.27%
B=38.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3949550.290.1100.78202.517.0218.43
Hex2731371DB04Eca1112
Octal476167351301163122122
Binary10011111000111011111101101101001110110010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273137; }

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

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

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

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

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

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

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

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