#273138

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

Shades of Cod Grey #273138

Tints of Cod Grey #273138

Color information

#273138 (or 0x273138) is unknown color: approx Cod Grey. HEX triplet: 27, 31 and 38. RGB value is (39,49,56). Sum of RGB (Red+Green+Blue) = 39+49+56=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #273138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273138 is #D8CEC7. Grayscale: #2E2E2E. Windows color (decimal): -14208712 or 3682599. OLE color: 3682599.

HSL color Cylindrical-coordinate representation of color #273138: hue angle of 204.71º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #273138 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB394956-
CMYK0.300.1200.78
HSL204.71º17.89%18.63%-
HSV(B)204.71º30.36%21.96%-
XYZ2.652.914.16-
YUV46.81133.19122.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.08%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=27.08%
G=34.03%
B=38.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3949560.300.1200.78204.7117.8918.63
Hex2731381EC04Ecd1213
Octal476170361401163152223
Binary10011111000111100011110110001001110110011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273138; }

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

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

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

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

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

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

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

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