#303D40

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

Shades of Outer Space #303D40

Tints of Outer Space #303D40

Color information

#303D40 (or 0x303D40) is unknown color: approx Outer Space. HEX triplet: 30, 3D and 40. RGB value is (48,61,64). Sum of RGB (Red+Green+Blue) = 48+61+64=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 64 - color contains mainly: blue. Hex color #303D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D40 is #CFC2BF. Grayscale: #393939. Windows color (decimal): -13615808 or 4209968. OLE color: 4209968.

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

Color convert

RGB486164-
CMYK0.250.0500.75
HSL191.25º14.29%21.96%-
HSV(B)191.25º25%25.1%-
XYZ3.814.345.49-
YUV57.45131.69121.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 61 (24.22% from 255) = 35.26%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=27.75%
G=35.26%
B=36.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4861640.250.0500.75191.2514.2921.96
Hex303D4019504Bbfe16
Octal607510031501132771626
Binary1100001111011000000110011010100101110111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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