#304243

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

Shades of Outer Space #304243

Tints of Outer Space #304243

Color information

#304243 (or 0x304243) is unknown color: approx Outer Space. HEX triplet: 30, 42 and 43. RGB value is (48,66,67). Sum of RGB (Red+Green+Blue) = 48+66+67=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 67 - color contains mainly: blue. Hex color #304243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304243 is #CFBDBC. Grayscale: #3C3C3C. Windows color (decimal): -13614525 or 4407856. OLE color: 4407856.

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

Color convert

RGB486667-
CMYK0.280.0100.74
HSL183.16º16.52%22.55%-
HSV(B)183.16º28.36%26.27%-
XYZ4.184.936.04-
YUV60.73131.54118.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 67 (26.56% from 255) = 37.02%
R=26.52%
G=36.46%
B=37.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866670.280.0100.74183.1616.5222.55
Hex3042431C104Ab71117
Octal6010210334101122672127
Binary1100001000010100001111100101001010101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304243; }

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

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

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

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

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

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

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

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