#273035

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

Shades of Cod Grey #273035

Tints of Cod Grey #273035

Color information

#273035 (or 0x273035) is unknown color: approx Cod Grey. HEX triplet: 27, 30 and 35. RGB value is (39,48,53). Sum of RGB (Red+Green+Blue) = 39+48+53=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 53 - color contains mainly: blue. Hex color #273035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273035 is #D8CFCA. Grayscale: #2D2D2D. Windows color (decimal): -14208971 or 3485735. OLE color: 3485735.

HSL color Cylindrical-coordinate representation of color #273035: hue angle of 201.43º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #273035 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB394853-
CMYK0.260.0900.79
HSL201.43º15.22%18.04%-
HSV(B)201.43º26.42%20.78%-
XYZ2.542.83.78-
YUV45.88132.02123.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 53 (21.09% from 255) = 37.86%
R=27.86%
G=34.29%
B=37.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3948530.260.0900.79201.4315.2218.04
Hex2730351A904Fc9f12
Octal476065321101173111722
Binary1001111100001101011101010010100111111001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273035; }

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

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

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

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

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

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

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

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