#2A3435

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

Shades of Outer Space #2A3435

Tints of Outer Space #2A3435

Color information

#2A3435 (or 0x2A3435) is unknown color: approx Outer Space. HEX triplet: 2A, 34 and 35. RGB value is (42,52,53). Sum of RGB (Red+Green+Blue) = 42+52+53=147 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.57% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A3435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3435 is #D5CBCA. Grayscale: #313131. Windows color (decimal): -14011339 or 3486762. OLE color: 3486762.

HSL color Cylindrical-coordinate representation of color #2A3435: hue angle of 185.45º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2A3435 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB425253-
CMYK0.210.0200.79
HSL185.45º11.58%18.63%-
HSV(B)185.45º20.75%20.78%-
XYZ2.833.213.84-
YUV49.12130.19122.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.57%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 53 (21.09% from 255) = 36.05%
R=28.57%
G=35.37%
B=36.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4252530.210.0200.79185.4511.5818.63
Hex2A343515204Fb9c13
Octal52646525201172711423
Binary10101011010011010110101100100111110111001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,52,53); }

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

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

 a { background-color: rgb(42,52,53); }

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

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

 span { border-color: rgb(42,52,53); }

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