#293334

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

Shades of Outer Space #293334

Tints of Outer Space #293334

Color information

#293334 (or 0x293334) is unknown color: approx Outer Space. HEX triplet: 29, 33 and 34. RGB value is (41,51,52). Sum of RGB (Red+Green+Blue) = 41+51+52=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 52 - color contains mainly: blue. Hex color #293334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293334 is #D6CCCB. Grayscale: #303030. Windows color (decimal): -14077132 or 3420969. OLE color: 3420969.

HSL color Cylindrical-coordinate representation of color #293334: hue angle of 185.45º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #293334 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB415152-
CMYK0.210.0200.80
HSL185.45º11.83%18.24%-
HSV(B)185.45º21.15%20.39%-
XYZ2.723.093.7-
YUV48.12130.19122.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.47%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 52 (20.70% from 255) = 36.11%
R=28.47%
G=35.42%
B=36.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4151520.210.0200.80185.4511.8318.24
Hex293334152050b9c12
Octal51636425201202711422
Binary10100111001111010010101100101000010111001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293334; }

 p { color: rgb(41,51,52); }

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

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

 a { background-color: rgb(41,51,52); }

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

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

 span { border-color: rgb(41,51,52); }

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