#303F42

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

Shades of Outer Space #303F42

Tints of Outer Space #303F42

Color information

#303F42 (or 0x303F42) is unknown color: approx Outer Space. HEX triplet: 30, 3F and 42. RGB value is (48,63,66). Sum of RGB (Red+Green+Blue) = 48+63+66=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 66 - color contains mainly: blue. Hex color #303F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F42 is #CFC0BD. Grayscale: #3A3A3A. Windows color (decimal): -13615294 or 4341552. OLE color: 4341552.

HSL color Cylindrical-coordinate representation of color #303F42: hue angle of 190º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #303F42 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB486366-
CMYK0.270.0500.74
HSL190º15.79%22.35%-
HSV(B)190º27.27%25.88%-
XYZ3.984.585.83-
YUV58.86132.03120.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=27.12%
G=35.59%
B=37.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4863660.270.0500.7419015.7922.35
Hex303F421B504Abe1016
Octal607710233501122762026
Binary11000011111110000101101110101001010101111101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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