#303435

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

Shades of Outer Space #303435

Tints of Outer Space #303435

Color information

#303435 (or 0x303435) is unknown color: approx Outer Space. HEX triplet: 30, 34 and 35. RGB value is (48,52,53). Sum of RGB (Red+Green+Blue) = 48+52+53=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 53 - color contains mainly: blue. Hex color #303435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303435 is #CFCBCA. Grayscale: #323232. Windows color (decimal): -13618123 or 3486768. OLE color: 3486768.

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

Color convert

RGB485253-
CMYK0.090.0200.79
HSL192º4.95%19.8%-
HSV(B)192º9.43%20.78%-
XYZ3.093.343.85-
YUV50.92129.17125.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.37%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 53 (21.09% from 255) = 34.64%
R=31.37%
G=33.99%
B=34.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4852530.090.0200.791924.9519.8
Hex3034359204Fc0514
Octal6064651120117300524
Binary110000110100110101100110010011111100000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303435; }

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

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

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

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

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

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

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

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