#303D3F

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

Shades of Outer Space #303D3F

Tints of Outer Space #303D3F

Color information

#303D3F (or 0x303D3F) is unknown color: approx Outer Space. HEX triplet: 30, 3D and 3F. RGB value is (48,61,63). Sum of RGB (Red+Green+Blue) = 48+61+63=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 63 - color contains mainly: blue. Hex color #303D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D3F is #CFC2C0. Grayscale: #393939. Windows color (decimal): -13615809 or 4144432. OLE color: 4144432.

HSL color Cylindrical-coordinate representation of color #303D3F: hue angle of 188º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #303D3F is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB486163-
CMYK0.240.0300.75
HSL188º13.51%21.76%-
HSV(B)188º23.81%24.71%-
XYZ3.784.325.34-
YUV57.34131.19121.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 61 (24.22% from 255) = 35.47%
BLUE value IS 63 (25% from 255) = 36.63%
R=27.91%
G=35.47%
B=36.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4861630.240.0300.7518813.5121.76
Hex303D3F18304Bbce16
Octal60757730301132741626
Binary11000011110111111111000110100101110111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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