Html Css Color HEX #2A373A Outer Space

📋 copy color: '#2A373A'

red 42 ◦ green 55 ◦ blue 58

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

Shades of Outer Space #2A373A

Tints of Outer Space #2A373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.48%

 BLUE value IS 58 (23.05% from 255) = 37.42%

R = 27.1%
G = 35.48%
B = 37.42%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2A373A (or 0x2A373A) is known color: 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

RGB 42 55 58 -
CMYK 0.28 0.05 0 0.77
HSL 191.25º 0.16% 0.2% -
HSV(B) 191.25º 0.28% 0.23% -
XYZ 3.08 3.53 4.52 -
YUV 51.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 42 55 58 0.28 0.05 0 0.77 191.25 0.16 0.2
Hex 2A 37 3A 1C 5 0 4D BF 10 14
Octal 52 67 72 34 5 0 115 277 20 24
Binary 101010 110111 111010 11100 101 0 1001101 10111111 10000 10100

Color Harmonies of #2A373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A373A

Black with #2A373A

Text Example


Text Example

White with #2A373A

Text Example


Text Example

HTML Codes & Css Web 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>