Html Css Color HEX #2A393B Outer Space

📋 copy color: '#2A393B'

red 42 ◦ green 57 ◦ blue 59

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

Shades of Outer Space #2A393B

Tints of Outer Space #2A393B

RGB

 RED value IS 42 (16.8% from 255) = 26.58%

 GREEN value IS 57 (22.66% from 255) = 36.08%

 BLUE value IS 59 (23.44% from 255) = 37.34%

R = 26.58%
G = 36.08%
B = 37.34%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2A393B (or 0x2A393B) is known color: Outer Space. HEX triplet: 2A, 39 and 3B. RGB value is (42,57,59). Sum of RGB (Red+Green+Blue) = 42+57+59=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 59 - color contains mainly: blue. Hex color #2A393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A393B is #D5C6C4. Grayscale: #343434. Windows color (decimal): -14010053 or 3881258. OLE color: 3881258.

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

Color convert

RGB 42 57 59 -
CMYK 0.29 0.03 0 0.77
HSL 187.06º 0.17% 0.2% -
HSV(B) 187.06º 0.29% 0.23% -
XYZ 3.21 3.73 4.69 -
YUV 52.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 42 57 59 0.29 0.03 0 0.77 187.06 0.17 0.2
Hex 2A 39 3B 1D 3 0 4D BB 11 14
Octal 52 71 73 35 3 0 115 273 21 24
Binary 101010 111001 111011 11101 11 0 1001101 10111011 10001 10100

Color Harmonies of #2A393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A393B

Black with #2A393B

Text Example


Text Example

White with #2A393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,57,59); }

 H1.HeaderClassName
 {
   color: #2A393B;
 }
 .AnyTagClassName
 {
   color: #2A393B;
 }
</style>

background-color css

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

 a { background-color: rgb(42,57,59); }

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

border-color css

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

 span { border-color: rgb(42,57,59); }

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