#293638

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

Shades of Outer Space #293638

Tints of Outer Space #293638

Color information

#293638 (or 0x293638) is unknown color: approx Outer Space. HEX triplet: 29, 36 and 38. RGB value is (41,54,56). Sum of RGB (Red+Green+Blue) = 41+54+56=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 56 - color contains mainly: blue. Hex color #293638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293638 is #D6C9C7. Grayscale: #323232. Windows color (decimal): -14076360 or 3683881. OLE color: 3683881.

HSL color Cylindrical-coordinate representation of color #293638: hue angle of 188º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #293638 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB415456-
CMYK0.270.0400.78
HSL188º15.46%19.02%-
HSV(B)188º26.79%21.96%-
XYZ2.953.44.24-
YUV50.34131.19121.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 56 (22.27% from 255) = 37.09%
R=27.15%
G=35.76%
B=37.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4154560.270.0400.7818815.4619.02
Hex2936381B404Ebcf13
Octal51667033401162741723
Binary101001110110111000110111000100111010111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293638; }

 p { color: rgb(41,54,56); }

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

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

 a { background-color: rgb(41,54,56); }

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

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

 span { border-color: rgb(41,54,56); }

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