#303C3D

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

Shades of Outer Space #303C3D

Tints of Outer Space #303C3D

Color information

#303C3D (or 0x303C3D) is unknown color: approx Outer Space. HEX triplet: 30, 3C and 3D. RGB value is (48,60,61). Sum of RGB (Red+Green+Blue) = 48+60+61=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 61 - color contains mainly: blue. Hex color #303C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C3D is #CFC3C2. Grayscale: #383838. Windows color (decimal): -13616067 or 4013104. OLE color: 4013104.

HSL color Cylindrical-coordinate representation of color #303C3D: hue angle of 184.62º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303C3D is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB486061-
CMYK0.210.0200.76
HSL184.62º11.93%21.37%-
HSV(B)184.62º21.31%23.92%-
XYZ3.684.25.03-
YUV56.53130.52121.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 61 (24.22% from 255) = 36.09%
R=28.40%
G=35.50%
B=36.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4860610.210.0200.76184.6211.9321.37
Hex303C3D15204Cb9c15
Octal60747525201142711425
Binary11000011110011110110101100100110010111001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303C3D; }

 p { color: rgb(48,60,61); }

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

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

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

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

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

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

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