Html Css Color HEX #2A383A Outer Space

📋 copy color: '#2A383A'

red 42 ◦ green 56 ◦ blue 58

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

Shades of Outer Space #2A383A

Tints of Outer Space #2A383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.9%

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

R = 26.92%
G = 35.9%
B = 37.18%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

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

RGB 42 56 58 -
CMYK 0.28 0.03 0 0.77
HSL 187.5º 0.16% 0.2% -
HSV(B) 187.5º 0.28% 0.23% -
XYZ 3.13 3.63 4.54 -
YUV 52.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 42 56 58 0.28 0.03 0 0.77 187.5 0.16 0.2
Hex 2A 38 3A 1C 3 0 4D BC 10 14
Octal 52 70 72 34 3 0 115 274 20 24
Binary 101010 111000 111010 11100 11 0 1001101 10111100 10000 10100

Color Harmonies of #2A383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A383A

Black with #2A383A

Text Example


Text Example

White with #2A383A

Text Example


Text Example

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