Html Css Color HEX #293638 Outer Space

📋 copy color: '#293638'

red 41 ◦ green 54 ◦ blue 56

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

Shades of Outer Space #293638

Tints of Outer Space #293638

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 value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#293638 (or 0x293638) is known color: 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

RGB 41 54 56 -
CMYK 0.27 0.04 0 0.78
HSL 188º 0.15% 0.19% -
HSV(B) 188º 0.27% 0.22% -
XYZ 2.95 3.4 4.24 -
YUV 50.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 41 54 56 0.27 0.04 0 0.78 188 0.15 0.19
Hex 29 36 38 1B 4 0 4E BC F 13
Octal 51 66 70 33 4 0 116 274 17 23
Binary 101001 110110 111000 11011 100 0 1001110 10111100 1111 10011

Color Harmonies of #293638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293638

Black with #293638

Text Example


Text Example

White with #293638

Text Example


Text Example

HTML Codes & Css Web 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>