#28393D

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

Shades of Outer Space #28393D

Tints of Outer Space #28393D

Color information

#28393D (or 0x28393D) is unknown color: approx Outer Space. HEX triplet: 28, 39 and 3D. RGB value is (40,57,61). Sum of RGB (Red+Green+Blue) = 40+57+61=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 61 - color contains mainly: blue. Hex color #28393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28393D is #D7C6C2. Grayscale: #343434. Windows color (decimal): -14141123 or 4012328. OLE color: 4012328.

HSL color Cylindrical-coordinate representation of color #28393D: hue angle of 191.43º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #28393D is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB405761-
CMYK0.340.0700.76
HSL191.43º20.79%19.8%-
HSV(B)191.43º34.43%23.92%-
XYZ3.183.714.96-
YUV52.37132.87119.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=25.32%
G=36.08%
B=38.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4057610.340.0700.76191.4320.7919.8
Hex28393D22704Cbf1514
Octal50717542701142772524
Binary10100011100111110110001011101001100101111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28393D; }

 p { color: rgb(40,57,61); }

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

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

 a { background-color: rgb(40,57,61); }

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

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

 span { border-color: rgb(40,57,61); }

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