Html Css Color HEX #314041 Outer Space

📋 copy color: '#314041'

red 49 ◦ green 64 ◦ blue 65

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

Shades of Outer Space #314041

Tints of Outer Space #314041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.96%

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

R = 27.53%
G = 35.96%
B = 36.52%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#314041 (or 0x314041) is known color: Outer Space. HEX triplet: 31, 40 and 41. RGB value is (49,64,65). Sum of RGB (Red+Green+Blue) = 49+64+65=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: blue. Hex color #314041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314041 is #CEBFBE. Grayscale: #3B3B3B. Windows color (decimal): -13549503 or 4276273. OLE color: 4276273.

HSL color Cylindrical-coordinate representation of color #314041: hue angle of 183.75º 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 #314041 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 65 -
CMYK 0.25 0.02 0 0.75
HSL 183.75º 0.14% 0.22% -
HSV(B) 183.75º 0.25% 0.25% -
XYZ 4.05 4.7 5.69 -
YUV 59.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 49 64 65 0.25 0.02 0 0.75 183.75 0.14 0.22
Hex 31 40 41 19 2 0 4B B8 E 16
Octal 61 100 101 31 2 0 113 270 16 26
Binary 110001 1000000 1000001 11001 10 0 1001011 10111000 1110 10110

Color Harmonies of #314041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314041

Black with #314041

Text Example


Text Example

White with #314041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314041; }

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

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

background-color css

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

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

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

border-color css

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

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

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