#294143

Color #294143 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #294143

Tints of Outer Space #294143

Color information

#294143 (or 0x294143) is unknown color: approx Outer Space. HEX triplet: 29, 41 and 43. RGB value is (41,65,67). Sum of RGB (Red+Green+Blue) = 41+65+67=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 67 - color contains mainly: blue. Hex color #294143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294143 is #D6BEBC. Grayscale: #3A3A3A. Windows color (decimal): -14073533 or 4407593. OLE color: 4407593.

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

Color convert

RGB416567-
CMYK0.390.0300.74
HSL184.62º24.07%21.18%-
HSV(B)184.62º38.81%26.27%-
XYZ3.824.666.01-
YUV58.05133.05115.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 67 (26.56% from 255) = 38.73%
R=23.70%
G=37.57%
B=38.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4165670.390.0300.74184.6224.0721.18
Hex29414327304Ab91815
Octal5110110347301122713025
Binary101001100000110000111001111101001010101110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294143; }

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

 H1.HeaderClassName
 {
   color: #294143;
 }
 .AnyTagClassName
 {
   color: #294143;
 }
</style>
background-color css

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

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

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

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

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

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