Html Css Color HEX #283137 Cod Grey

📋 copy color: '#283137'

red 40 ◦ green 49 ◦ blue 55

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

Shades of Cod Grey #283137

Tints of Cod Grey #283137

RGB

 RED value IS 40 (16.02% from 255) = 27.78%

 GREEN value IS 49 (19.53% from 255) = 34.03%

 BLUE value IS 55 (21.88% from 255) = 38.19%

R = 27.78%
G = 34.03%
B = 38.19%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#283137 (or 0x283137) is known color: Cod Grey. HEX triplet: 28, 31 and 37. RGB value is (40,49,55). Sum of RGB (Red+Green+Blue) = 40+49+55=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 55 - color contains mainly: blue. Hex color #283137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283137 is #D7CEC8. Grayscale: #2E2E2E. Windows color (decimal): -14143177 or 3617064. OLE color: 3617064.

HSL color Cylindrical-coordinate representation of color #283137: hue angle of 204º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #283137 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 49 55 -
CMYK 0.27 0.11 0 0.78
HSL 204º 0.16% 0.19% -
HSV(B) 204º 0.27% 0.22% -
XYZ 2.66 2.92 4.04 -
YUV 46.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 40 49 55 0.27 0.11 0 0.78 204 0.16 0.19
Hex 28 31 37 1B B 0 4E CC 10 13
Octal 50 61 67 33 13 0 116 314 20 23
Binary 101000 110001 110111 11011 1011 0 1001110 11001100 10000 10011

Color Harmonies of #283137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283137

Black with #283137

Text Example


Text Example

White with #283137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283137; }

 p { color: rgb(40,49,55); }

 H1.HeaderClassName
 {
   color: #283137;
 }
 .AnyTagClassName
 {
   color: #283137;
 }
</style>

background-color css

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

 a { background-color: rgb(40,49,55); }

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

border-color css

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

 span { border-color: rgb(40,49,55); }

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