#273037

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

Shades of Cod Grey #273037

Tints of Cod Grey #273037

Color information

#273037 (or 0x273037) is unknown color: approx Cod Grey. HEX triplet: 27, 30 and 37. RGB value is (39,48,55). Sum of RGB (Red+Green+Blue) = 39+48+55=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 55 - color contains mainly: blue. Hex color #273037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273037 is #D8CFC8. Grayscale: #2E2E2E. Windows color (decimal): -14208969 or 3616807. OLE color: 3616807.

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

Color convert

RGB394855-
CMYK0.290.1300.78
HSL206.25º17.02%18.43%-
HSV(B)206.25º29.09%21.57%-
XYZ2.582.824.02-
YUV46.11133.02122.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 48 (19.14% from 255) = 33.80%
BLUE value IS 55 (21.88% from 255) = 38.73%
R=27.46%
G=33.80%
B=38.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3948550.290.1300.78206.2517.0218.43
Hex2730371DD04Ece1112
Octal476067351501163162122
Binary10011111000011011111101110101001110110011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273037; }

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

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

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

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

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

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

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

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