#2E3435

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

Shades of Outer Space #2E3435

Tints of Outer Space #2E3435

Color information

#2E3435 (or 0x2E3435) is unknown color: approx Outer Space. HEX triplet: 2E, 34 and 35. RGB value is (46,52,53). Sum of RGB (Red+Green+Blue) = 46+52+53=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 53 - color contains mainly: blue. Hex color #2E3435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3435 is #D1CBCA. Grayscale: #323232. Windows color (decimal): -13749195 or 3486766. OLE color: 3486766.

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

Color convert

RGB465253-
CMYK0.130.0200.79
HSL188.57º7.07%19.41%-
HSV(B)188.57º13.21%20.78%-
XYZ33.293.85-
YUV50.32129.51124.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.46%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 53 (21.09% from 255) = 35.10%
R=30.46%
G=34.44%
B=35.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4652530.130.0200.79188.577.0719.41
Hex2E3435D204Fbd713
Octal5664651520117275723
Binary101110110100110101110110010011111011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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