#304041

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

Shades of Outer Space #304041

Tints of Outer Space #304041

Color information

#304041 (or 0x304041) is unknown color: approx Outer Space. HEX triplet: 30, 40 and 41. RGB value is (48,64,65). Sum of RGB (Red+Green+Blue) = 48+64+65=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #304041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304041 is #CFBFBE. Grayscale: #3B3B3B. Windows color (decimal): -13615039 or 4276272. OLE color: 4276272.

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

Color convert

RGB486465-
CMYK0.260.0200.75
HSL183.53º15.04%22.16%-
HSV(B)183.53º26.15%25.49%-
XYZ4.014.685.69-
YUV59.33131.2119.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=27.12%
G=36.16%
B=36.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864650.260.0200.75183.5315.0422.16
Hex3040411A204Bb8f16
Octal6010010132201132701726
Binary1100001000000100000111010100100101110111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304041; }

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

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

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

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

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

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

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

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