Html Css Color HEX #30393B Outer Space

📋 copy color: '#30393B'

red 48 ◦ green 57 ◦ blue 59

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

Shades of Outer Space #30393B

Tints of Outer Space #30393B

RGB

 RED value IS 48 (19.14% from 255) = 29.27%

 GREEN value IS 57 (22.66% from 255) = 34.76%

 BLUE value IS 59 (23.44% from 255) = 35.98%

R = 29.27%
G = 34.76%
B = 35.98%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30393B (or 0x30393B) is known color: Outer Space. HEX triplet: 30, 39 and 3B. RGB value is (48,57,59). Sum of RGB (Red+Green+Blue) = 48+57+59=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 59 - color contains mainly: blue. Hex color #30393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30393B is #CFC6C4. Grayscale: #363636. Windows color (decimal): -13616837 or 3881264. OLE color: 3881264.

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

Color convert

RGB 48 57 59 -
CMYK 0.19 0.03 0 0.77
HSL 190.91º 0.1% 0.21% -
HSV(B) 190.91º 0.19% 0.23% -
XYZ 3.47 3.87 4.7 -
YUV 54.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 48 57 59 0.19 0.03 0 0.77 190.91 0.1 0.21
Hex 30 39 3B 13 3 0 4D BF A 15
Octal 60 71 73 23 3 0 115 277 12 25
Binary 110000 111001 111011 10011 11 0 1001101 10111111 1010 10101

Color Harmonies of #30393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30393B

Black with #30393B

Text Example


Text Example

White with #30393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30393B;
 }
 .AnyTagClassName
 {
   color: #30393B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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