#304143

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

Shades of Outer Space #304143

Tints of Outer Space #304143

Color information

#304143 (or 0x304143) is unknown color: approx Outer Space. HEX triplet: 30, 41 and 43. RGB value is (48,65,67). Sum of RGB (Red+Green+Blue) = 48+65+67=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 67 - color contains mainly: blue. Hex color #304143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304143 is #CFBEBC. Grayscale: #3C3C3C. Windows color (decimal): -13614781 or 4407600. OLE color: 4407600.

HSL color Cylindrical-coordinate representation of color #304143: hue angle of 186.32º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #304143 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB486567-
CMYK0.280.0300.74
HSL186.32º16.52%22.55%-
HSV(B)186.32º28.36%26.27%-
XYZ4.124.816.02-
YUV60.14131.87119.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 67 (26.56% from 255) = 37.22%
R=26.67%
G=36.11%
B=37.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4865670.280.0300.74186.3216.5222.55
Hex3041431C304Aba1117
Octal6010110334301122722127
Binary11000010000011000011111001101001010101110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304143; }

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

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

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

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

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

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

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

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