Html Css Color HEX #313538 Cod Grey

📋 copy color: '#313538'

red 49 ◦ green 53 ◦ blue 56

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

Shades of Cod Grey #313538

Tints of Cod Grey #313538

RGB

 RED value IS 49 (19.53% from 255) = 31.01%

 GREEN value IS 53 (21.09% from 255) = 33.54%

 BLUE value IS 56 (22.27% from 255) = 35.44%

R = 31.01%
G = 33.54%
B = 35.44%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313538 (or 0x313538) is known color: Cod Grey. HEX triplet: 31, 35 and 38. RGB value is (49,53,56). Sum of RGB (Red+Green+Blue) = 49+53+56=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 56 - color contains mainly: blue. Hex color #313538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313538 is #CECAC7. Grayscale: #343434. Windows color (decimal): -13552328 or 3683633. OLE color: 3683633.

HSL color Cylindrical-coordinate representation of color #313538: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #313538 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 53 56 -
CMYK 0.12 0.05 0 0.78
HSL 205.71º 0.07% 0.21% -
HSV(B) 205.71º 0.13% 0.22% -
XYZ 3.25 3.48 4.24 -
YUV 52.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 49 53 56 0.12 0.05 0 0.78 205.71 0.07 0.21
Hex 31 35 38 C 5 0 4E CE 7 15
Octal 61 65 70 14 5 0 116 316 7 25
Binary 110001 110101 111000 1100 101 0 1001110 11001110 111 10101

Color Harmonies of #313538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313538

Black with #313538

Text Example


Text Example

White with #313538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313538; }

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

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

background-color css

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

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

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

border-color css

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

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

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