Html Css Color HEX #314143 Outer Space

📋 copy color: '#314143'

red 49 ◦ green 65 ◦ blue 67

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

Shades of Outer Space #314143

Tints of Outer Space #314143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.91%

 BLUE value IS 67 (26.56% from 255) = 37.02%

R = 27.07%
G = 35.91%
B = 37.02%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#314143 (or 0x314143) is known color: Outer Space. HEX triplet: 31, 41 and 43. RGB value is (49,65,67). Sum of RGB (Red+Green+Blue) = 49+65+67=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 67 - color contains mainly: blue. Hex color #314143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314143 is #CEBEBC. Grayscale: #3C3C3C. Windows color (decimal): -13549245 or 4407601. OLE color: 4407601.

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

Color convert

RGB 49 65 67 -
CMYK 0.27 0.03 0 0.74
HSL 186.67º 0.16% 0.23% -
HSV(B) 186.67º 0.27% 0.26% -
XYZ 4.17 4.84 6.02 -
YUV 60.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 49 65 67 0.27 0.03 0 0.74 186.67 0.16 0.23
Hex 31 41 43 1B 3 0 4A BB 10 17
Octal 61 101 103 33 3 0 112 273 20 27
Binary 110001 1000001 1000011 11011 11 0 1001010 10111011 10000 10111

Color Harmonies of #314143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314143

Black with #314143

Text Example


Text Example

White with #314143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314143; }

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

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

background-color css

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

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

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

border-color css

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

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

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