Html Css Color HEX #273138 Cod Grey

📋 copy color: '#273138'

red 39 ◦ green 49 ◦ blue 56

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

Shades of Cod Grey #273138

Tints of Cod Grey #273138

RGB

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

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 39 49 56 -
CMYK 0.30 0.12 0 0.78
HSL 204.71º 0.18% 0.19% -
HSV(B) 204.71º 0.3% 0.22% -
XYZ 2.65 2.91 4.16 -
YUV 46.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 39 49 56 0.30 0.12 0 0.78 204.71 0.18 0.19
Hex 27 31 38 1E C 0 4E CD 12 13
Octal 47 61 70 36 14 0 116 315 22 23
Binary 100111 110001 111000 11110 1100 0 1001110 11001101 10010 10011

Color Harmonies of #273138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273138

Black with #273138

Text Example


Text Example

White with #273138

Text Example


Text Example

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