Html Css Color HEX #30393A Outer Space

📋 copy color: '#30393A'

red 48 ◦ green 57 ◦ blue 58

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

Shades of Outer Space #30393A

Tints of Outer Space #30393A

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 value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30393A (or 0x30393A) is known color: 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

RGB 48 57 58 -
CMYK 0.17 0.02 0 0.77
HSL 186º 0.09% 0.21% -
HSV(B) 186º 0.17% 0.23% -
XYZ 3.45 3.86 4.57 -
YUV 54.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 48 57 58 0.17 0.02 0 0.77 186 0.09 0.21
Hex 30 39 3A 11 2 0 4D BA 9 15
Octal 60 71 72 21 2 0 115 272 11 25
Binary 110000 111001 111010 10001 10 0 1001101 10111010 1001 10101

Color Harmonies of #30393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30393A

Black with #30393A

Text Example


Text Example

White with #30393A

Text Example


Text Example

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