#304142

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

Shades of Outer Space #304142

Tints of Outer Space #304142

Color information

#304142 (or 0x304142) is unknown color: approx Outer Space. HEX triplet: 30, 41 and 42. RGB value is (48,65,66). Sum of RGB (Red+Green+Blue) = 48+65+66=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 66 - color contains mainly: blue. Hex color #304142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304142 is #CFBEBD. Grayscale: #3C3C3C. Windows color (decimal): -13614782 or 4342064. OLE color: 4342064.

HSL color Cylindrical-coordinate representation of color #304142: hue angle of 183.33º 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 #304142 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB486566-
CMYK0.270.0200.74
HSL183.33º15.79%22.35%-
HSV(B)183.33º27.27%25.88%-
XYZ4.094.85.87-
YUV60.03131.37119.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=26.82%
G=36.31%
B=36.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4865660.270.0200.74183.3315.7922.35
Hex3041421B204Ab71016
Octal6010110233201122672026
Binary11000010000011000010110111001001010101101111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304142; }

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

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

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

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

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

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

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

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