Html Css Color HEX #273137 Cod Grey

📋 copy color: '#273137'

red 39 ◦ green 49 ◦ blue 55

#273137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cod Grey #273137

Tints of Cod Grey #273137

RGB

 RED value IS 39 (15.63% 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 value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#273137 (or 0x273137) is known color: 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

RGB 39 49 55 -
CMYK 0.29 0.11 0 0.78
HSL 202.5º 0.17% 0.18% -
HSV(B) 202.5º 0.29% 0.22% -
XYZ 2.62 2.9 4.04 -
YUV 46.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 39 49 55 0.29 0.11 0 0.78 202.5 0.17 0.18
Hex 27 31 37 1D B 0 4E CA 11 12
Octal 47 61 67 35 13 0 116 312 21 22
Binary 100111 110001 110111 11101 1011 0 1001110 11001010 10001 10010

Color Harmonies of #273137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273137

Black with #273137

Text Example


Text Example

White with #273137

Text Example


Text Example

HTML Codes & Css Web 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>