Html Css Color HEX #314142 Outer Space

📋 copy color: '#314142'

red 49 ◦ green 65 ◦ blue 66

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

Shades of Outer Space #314142

Tints of Outer Space #314142

RGB

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

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

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

R = 27.22%
G = 36.11%
B = 36.67%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#314142 (or 0x314142) is known color: Outer Space. HEX triplet: 31, 41 and 42. RGB value is (49,65,66). Sum of RGB (Red+Green+Blue) = 49+65+66=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 66 - color contains mainly: blue. Hex color #314142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314142 is #CEBEBD. Grayscale: #3C3C3C. Windows color (decimal): -13549246 or 4342065. OLE color: 4342065.

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

Color convert

RGB 49 65 66 -
CMYK 0.26 0.02 0 0.74
HSL 183.53º 0.15% 0.23% -
HSV(B) 183.53º 0.26% 0.26% -
XYZ 4.14 4.83 5.87 -
YUV 60.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 49 65 66 0.26 0.02 0 0.74 183.53 0.15 0.23
Hex 31 41 42 1A 2 0 4A B8 F 17
Octal 61 101 102 32 2 0 112 270 17 27
Binary 110001 1000001 1000010 11010 10 0 1001010 10111000 1111 10111

Color Harmonies of #314142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314142

Black with #314142

Text Example


Text Example

White with #314142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314142; }

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

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

background-color css

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

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

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

border-color css

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

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

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