#30393A

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

Shades of Outer Space #30393A

Tints of Outer Space #30393A

Color information

#30393A (or 0x30393A) is unknown color: approx Outer Space. HEX triplet: 30, 39 and 3A. RGB value is (48,57,58). Sum of RGB (Red+Green+Blue) = 48+57+58=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 58 - color contains mainly: blue. Hex color #30393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30393A is #CFC6C5. Grayscale: #363636. Windows color (decimal): -13616838 or 3815728. OLE color: 3815728.

HSL color Cylindrical-coordinate representation of color #30393A: hue angle of 186º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #30393A is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB485758-
CMYK0.170.0200.77
HSL186º9.43%20.78%-
HSV(B)186º17.24%22.75%-
XYZ3.453.864.57-
YUV54.42130.02123.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=29.45%
G=34.97%
B=35.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4857580.170.0200.771869.4320.78
Hex30393A11204Dba915
Octal60717221201152721125
Binary11000011100111101010001100100110110111010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30393A; }

 p { color: rgb(48,57,58); }

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

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

 a { background-color: rgb(48,57,58); }

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

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

 span { border-color: rgb(48,57,58); }

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