#2A383A

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

Shades of Outer Space #2A383A

Tints of Outer Space #2A383A

Color information

#2A383A (or 0x2A383A) is unknown color: approx Outer Space. HEX triplet: 2A, 38 and 3A. RGB value is (42,56,58). Sum of RGB (Red+Green+Blue) = 42+56+58=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A383A is #D5C7C5. Grayscale: #343434. Windows color (decimal): -14010310 or 3815466. OLE color: 3815466.

HSL color Cylindrical-coordinate representation of color #2A383A: hue angle of 187.5º 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 #2A383A is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB425658-
CMYK0.280.0300.77
HSL187.5º16%19.61%-
HSV(B)187.5º27.59%22.75%-
XYZ3.133.634.54-
YUV52.04131.36120.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 56 (22.27% from 255) = 35.90%
BLUE value IS 58 (23.05% from 255) = 37.18%
R=26.92%
G=35.90%
B=37.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4256580.280.0300.77187.51619.61
Hex2A383A1C304Dbc1014
Octal52707234301152742024
Binary101010111000111010111001101001101101111001000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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