#2A373A

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

Shades of Outer Space #2A373A

Tints of Outer Space #2A373A

Color information

#2A373A (or 0x2A373A) is unknown color: approx Outer Space. HEX triplet: 2A, 37 and 3A. RGB value is (42,55,58). Sum of RGB (Red+Green+Blue) = 42+55+58=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A373A is #D5C8C5. Grayscale: #333333. Windows color (decimal): -14010566 or 3815210. OLE color: 3815210.

HSL color Cylindrical-coordinate representation of color #2A373A: hue angle of 191.25º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2A373A is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB425558-
CMYK0.280.0500.77
HSL191.25º16%19.61%-
HSV(B)191.25º27.59%22.75%-
XYZ3.083.534.52-
YUV51.46131.69121.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.10%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=27.10%
G=35.48%
B=37.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4255580.280.0500.77191.251619.61
Hex2A373A1C504Dbf1014
Octal52677234501152772024
Binary1010101101111110101110010101001101101111111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,55,58); }

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

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

 a { background-color: rgb(42,55,58); }

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

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

 span { border-color: rgb(42,55,58); }

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