Html Css Color HEX #313436 Cod Grey

📋 copy color: '#313436'

red 49 ◦ green 52 ◦ blue 54

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

Shades of Cod Grey #313436

Tints of Cod Grey #313436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

 BLUE value IS 54 (21.48% from 255) = 34.84%

R = 31.61%
G = 33.55%
B = 34.84%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#313436 (or 0x313436) is known color: Cod Grey. HEX triplet: 31, 34 and 36. RGB value is (49,52,54). Sum of RGB (Red+Green+Blue) = 49+52+54=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 54 - color contains mainly: blue. Hex color #313436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313436 is #CECBC9. Grayscale: #333333. Windows color (decimal): -13552586 or 3552305. OLE color: 3552305.

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

Color convert

RGB 49 52 54 -
CMYK 0.09 0.04 0 0.79
HSL 204º 0.05% 0.2% -
HSV(B) 204º 0.09% 0.21% -
XYZ 3.16 3.38 3.97 -
YUV 51.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 49 52 54 0.09 0.04 0 0.79 204 0.05 0.2
Hex 31 34 36 9 4 0 4F CC 5 14
Octal 61 64 66 11 4 0 117 314 5 24
Binary 110001 110100 110110 1001 100 0 1001111 11001100 101 10100

Color Harmonies of #313436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313436

Black with #313436

Text Example


Text Example

White with #313436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313436; }

 p { color: rgb(49,52,54); }

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

background-color css

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

 a { background-color: rgb(49,52,54); }

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

border-color css

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

 span { border-color: rgb(49,52,54); }

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