Html Css Color HEX #303939 Outer Space

📋 copy color: '#303939'

red 48 ◦ green 57 ◦ blue 57

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

Shades of Outer Space #303939

Tints of Outer Space #303939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 35.19%

R = 29.63%
G = 35.19%
B = 35.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#303939 (or 0x303939) is known color: Outer Space. HEX triplet: 30, 39 and 39. RGB value is (48,57,57). Sum of RGB (Red+Green+Blue) = 48+57+57=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #303939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303939 is #CFC6C6. Grayscale: #363636. Windows color (decimal): -13616839 or 3750192. OLE color: 3750192.

HSL color Cylindrical-coordinate representation of color #303939: hue angle of 180º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #303939 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 57 57 -
CMYK 0.16 0 0 0.78
HSL 180º 0.09% 0.21% -
HSV(B) 180º 0.16% 0.22% -
XYZ 3.42 3.85 4.43 -
YUV 54.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 48 57 57 0.16 0 0 0.78 180 0.09 0.21
Hex 30 39 39 10 0 0 4E B4 9 15
Octal 60 71 71 20 0 0 116 264 11 25
Binary 110000 111001 111001 10000 0 0 1001110 10110100 1001 10101

Color Harmonies of #303939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303939

Black with #303939

Text Example


Text Example

White with #303939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303939; }

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

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

background-color css

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

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

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

border-color css

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

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

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