#2B3132

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

Shades of Outer Space #2B3132

Tints of Outer Space #2B3132

Color information

#2B3132 (or 0x2B3132) is unknown color: approx Outer Space. HEX triplet: 2B, 31 and 32. RGB value is (43,49,50). Sum of RGB (Red+Green+Blue) = 43+49+50=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 50 - color contains mainly: blue. Hex color #2B3132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3132 is #D4CECD. Grayscale: #2F2F2F. Windows color (decimal): -13946574 or 3289387. OLE color: 3289387.

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

Color convert

RGB434950-
CMYK0.140.0200.80
HSL188.57º7.53%18.24%-
HSV(B)188.57º14%19.61%-
XYZ2.672.943.44-
YUV47.32129.51124.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.28%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=30.28%
G=34.51%
B=35.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4349500.140.0200.80188.577.5318.24
Hex2B3132E2050bd812
Octal53616216201202751022
Binary1010111100011100101110100101000010111101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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