#284143

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

Shades of Outer Space #284143

Tints of Outer Space #284143

Color information

#284143 (or 0x284143) is unknown color: approx Outer Space. HEX triplet: 28, 41 and 43. RGB value is (40,65,67). Sum of RGB (Red+Green+Blue) = 40+65+67=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 67 - color contains mainly: blue. Hex color #284143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284143 is #D7BEBC. Grayscale: #393939. Windows color (decimal): -14139069 or 4407592. OLE color: 4407592.

HSL color Cylindrical-coordinate representation of color #284143: hue angle of 184.44º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #284143 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB406567-
CMYK0.400.0300.74
HSL184.44º25.23%20.98%-
HSV(B)184.44º40.3%26.27%-
XYZ3.784.646.01-
YUV57.75133.22115.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.26%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=23.26%
G=37.79%
B=38.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4065670.400.0300.74184.4425.2320.98
Hex28414328304Ab81915
Octal5010110350301122703125
Binary101000100000110000111010001101001010101110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284143; }

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

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

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

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

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

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

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

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