Html Css Color HEX #293234 Outer Space

📋 copy color: '#293234'

red 41 ◦ green 50 ◦ blue 52

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

Shades of Outer Space #293234

Tints of Outer Space #293234

RGB

 RED value IS 41 (16.41% from 255) = 28.67%

 GREEN value IS 50 (19.92% from 255) = 34.97%

 BLUE value IS 52 (20.7% from 255) = 36.36%

R = 28.67%
G = 34.97%
B = 36.36%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#293234 (or 0x293234) is known color: Outer Space. HEX triplet: 29, 32 and 34. RGB value is (41,50,52). Sum of RGB (Red+Green+Blue) = 41+50+52=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 52 - color contains mainly: blue. Hex color #293234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293234 is #D6CDCB. Grayscale: #2F2F2F. Windows color (decimal): -14077388 or 3420713. OLE color: 3420713.

HSL color Cylindrical-coordinate representation of color #293234: hue angle of 190.91º 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 #293234 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 50 52 -
CMYK 0.21 0.04 0 0.80
HSL 190.91º 0.12% 0.18% -
HSV(B) 190.91º 0.21% 0.2% -
XYZ 2.67 3 3.69 -
YUV 47.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 41 50 52 0.21 0.04 0 0.80 190.91 0.12 0.18
Hex 29 32 34 15 4 0 50 BF C 12
Octal 51 62 64 25 4 0 120 277 14 22
Binary 101001 110010 110100 10101 100 0 1010000 10111111 1100 10010

Color Harmonies of #293234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293234

Black with #293234

Text Example


Text Example

White with #293234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293234; }

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

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

background-color css

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

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

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

border-color css

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

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

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