#2A3132

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

Shades of Outer Space #2A3132

Tints of Outer Space #2A3132

Color information

#2A3132 (or 0x2A3132) is unknown color: approx Outer Space. HEX triplet: 2A, 31 and 32. RGB value is (42,49,50). Sum of RGB (Red+Green+Blue) = 42+49+50=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 50 - color contains mainly: blue. Hex color #2A3132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3132 is #D5CECD. Grayscale: #2F2F2F. Windows color (decimal): -14012110 or 3289386. OLE color: 3289386.

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

Color convert

RGB424950-
CMYK0.160.0200.80
HSL187.5º8.7%18.04%-
HSV(B)187.5º16%19.61%-
XYZ2.632.923.44-
YUV47.02129.68124.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.79%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 50 (19.92% from 255) = 35.46%
R=29.79%
G=34.75%
B=35.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4249500.160.0200.80187.58.718.04
Hex2A3132102050bc912
Octal52616220201202741122
Binary10101011000111001010000100101000010111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A3132; }

 p { color: rgb(42,49,50); }

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

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

 a { background-color: rgb(42,49,50); }

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

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

 span { border-color: rgb(42,49,50); }

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