Html Css Color HEX #313F42 Outer Space

📋 copy color: '#313F42'

red 49 ◦ green 63 ◦ blue 66

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

Shades of Outer Space #313F42

Tints of Outer Space #313F42

RGB

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

 GREEN value IS 63 (25% from 255) = 35.39%

 BLUE value IS 66 (26.17% from 255) = 37.08%

R = 27.53%
G = 35.39%
B = 37.08%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#313F42 (or 0x313F42) is known color: Outer Space. HEX triplet: 31, 3F and 42. RGB value is (49,63,66). Sum of RGB (Red+Green+Blue) = 49+63+66=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 66 - color contains mainly: blue. Hex color #313F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F42 is #CEC0BD. Grayscale: #3B3B3B. Windows color (decimal): -13549758 or 4341553. OLE color: 4341553.

HSL color Cylindrical-coordinate representation of color #313F42: hue angle of 190.59º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #313F42 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 63 66 -
CMYK 0.26 0.05 0 0.74
HSL 190.59º 0.15% 0.23% -
HSV(B) 190.59º 0.26% 0.26% -
XYZ 4.03 4.6 5.83 -
YUV 59.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 49 63 66 0.26 0.05 0 0.74 190.59 0.15 0.23
Hex 31 3F 42 1A 5 0 4A BF F 17
Octal 61 77 102 32 5 0 112 277 17 27
Binary 110001 111111 1000010 11010 101 0 1001010 10111111 1111 10111

Color Harmonies of #313F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F42

Black with #313F42

Text Example


Text Example

White with #313F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313F42; }

 p { color: rgb(49,63,66); }

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

background-color css

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

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

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

border-color css

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

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

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