Html Css Color HEX #313F41 Outer Space

📋 copy color: '#313F41'

red 49 ◦ green 63 ◦ blue 65

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

Shades of Outer Space #313F41

Tints of Outer Space #313F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 27.68%
G = 35.59%
B = 36.72%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313F41 (or 0x313F41) is known color: Outer Space. HEX triplet: 31, 3F and 41. RGB value is (49,63,65). Sum of RGB (Red+Green+Blue) = 49+63+65=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #313F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F41 is #CEC0BE. Grayscale: #3B3B3B. Windows color (decimal): -13549759 or 4276017. OLE color: 4276017.

HSL color Cylindrical-coordinate representation of color #313F41: hue angle of 187.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #313F41 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 63 65 -
CMYK 0.25 0.03 0 0.75
HSL 187.5º 0.14% 0.22% -
HSV(B) 187.5º 0.25% 0.25% -
XYZ 4 4.59 5.68 -
YUV 59.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 49 63 65 0.25 0.03 0 0.75 187.5 0.14 0.22
Hex 31 3F 41 19 3 0 4B BC E 16
Octal 61 77 101 31 3 0 113 274 16 26
Binary 110001 111111 1000001 11001 11 0 1001011 10111100 1110 10110

Color Harmonies of #313F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F41

Black with #313F41

Text Example


Text Example

White with #313F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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