Html Css Color HEX #314243 Outer Space

📋 copy color: '#314243'

red 49 ◦ green 66 ◦ blue 67

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

Shades of Outer Space #314243

Tints of Outer Space #314243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.26%

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

R = 26.92%
G = 36.26%
B = 36.81%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#314243 (or 0x314243) is known color: Outer Space. HEX triplet: 31, 42 and 43. RGB value is (49,66,67). Sum of RGB (Red+Green+Blue) = 49+66+67=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 67 - color contains mainly: blue. Hex color #314243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314243 is #CEBDBC. Grayscale: #3D3D3D. Windows color (decimal): -13548989 or 4407857. OLE color: 4407857.

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

Color convert

RGB 49 66 67 -
CMYK 0.27 0.01 0 0.74
HSL 183.33º 0.16% 0.23% -
HSV(B) 183.33º 0.27% 0.26% -
XYZ 4.23 4.95 6.04 -
YUV 61.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 49 66 67 0.27 0.01 0 0.74 183.33 0.16 0.23
Hex 31 42 43 1B 1 0 4A B7 10 17
Octal 61 102 103 33 1 0 112 267 20 27
Binary 110001 1000010 1000011 11011 1 0 1001010 10110111 10000 10111

Color Harmonies of #314243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314243

Black with #314243

Text Example


Text Example

White with #314243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314243; }

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

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

background-color css

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

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

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

border-color css

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

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

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