Html Css Color HEX #313636 Outer Space

📋 copy color: '#313636'

red 49 ◦ green 54 ◦ blue 54

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

Shades of Outer Space #313636

Tints of Outer Space #313636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.39%

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

R = 31.21%
G = 34.39%
B = 34.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#313636 (or 0x313636) is known color: Outer Space. HEX triplet: 31, 36 and 36. RGB value is (49,54,54). Sum of RGB (Red+Green+Blue) = 49+54+54=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #313636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313636 is #CEC9C9. Grayscale: #343434. Windows color (decimal): -13552074 or 3552817. OLE color: 3552817.

HSL color Cylindrical-coordinate representation of color #313636: hue angle of 180º 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 #313636 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 54 54 -
CMYK 0.09 0 0 0.79
HSL 180º 0.05% 0.2% -
HSV(B) 180º 0.09% 0.21% -
XYZ 3.25 3.56 4.01 -
YUV 52.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 49 54 54 0.09 0 0 0.79 180 0.05 0.2
Hex 31 36 36 9 0 0 4F B4 5 14
Octal 61 66 66 11 0 0 117 264 5 24
Binary 110001 110110 110110 1001 0 0 1001111 10110100 101 10100

Color Harmonies of #313636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313636

Black with #313636

Text Example


Text Example

White with #313636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313636; }

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

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

background-color css

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

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

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

border-color css

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

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

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