Html Css Color HEX #293334 Outer Space

📋 copy color: '#293334'

red 41 ◦ green 51 ◦ blue 52

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

Shades of Outer Space #293334

Tints of Outer Space #293334

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.7% from 255) = 36.11%

R = 28.47%
G = 35.42%
B = 36.11%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

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

RGB 41 51 52 -
CMYK 0.21 0.02 0 0.80
HSL 185.45º 0.12% 0.18% -
HSV(B) 185.45º 0.21% 0.2% -
XYZ 2.72 3.09 3.7 -
YUV 48.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 41 51 52 0.21 0.02 0 0.80 185.45 0.12 0.18
Hex 29 33 34 15 2 0 50 B9 C 12
Octal 51 63 64 25 2 0 120 271 14 22
Binary 101001 110011 110100 10101 10 0 1010000 10111001 1100 10010

Color Harmonies of #293334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293334

Black with #293334

Text Example


Text Example

White with #293334

Text Example


Text Example

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