Html Css Color HEX #313838 Outer Space

📋 copy color: '#313838'

red 49 ◦ green 56 ◦ blue 56

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

Shades of Outer Space #313838

Tints of Outer Space #313838

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.78%

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

R = 30.43%
G = 34.78%
B = 34.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313838 (or 0x313838) is known color: Outer Space. HEX triplet: 31, 38 and 38. RGB value is (49,56,56). Sum of RGB (Red+Green+Blue) = 49+56+56=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #313838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313838 is #CEC7C7. Grayscale: #353535. Windows color (decimal): -13551560 or 3684401. OLE color: 3684401.

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

Color convert

RGB 49 56 56 -
CMYK 0.12 0 0 0.78
HSL 180º 0.07% 0.21% -
HSV(B) 180º 0.13% 0.22% -
XYZ 3.39 3.77 4.29 -
YUV 53.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 49 56 56 0.12 0 0 0.78 180 0.07 0.21
Hex 31 38 38 C 0 0 4E B4 7 15
Octal 61 70 70 14 0 0 116 264 7 25
Binary 110001 111000 111000 1100 0 0 1001110 10110100 111 10101

Color Harmonies of #313838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313838

Black with #313838

Text Example


Text Example

White with #313838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313838; }

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

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

background-color css

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

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

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

border-color css

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

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

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