#283538

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

Shades of Outer Space #283538

Tints of Outer Space #283538

Color information

#283538 (or 0x283538) is unknown color: approx Outer Space. HEX triplet: 28, 35 and 38. RGB value is (40,53,56). Sum of RGB (Red+Green+Blue) = 40+53+56=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 56 - color contains mainly: blue. Hex color #283538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283538 is #D7CAC7. Grayscale: #313131. Windows color (decimal): -14142152 or 3683624. OLE color: 3683624.

HSL color Cylindrical-coordinate representation of color #283538: hue angle of 191.25º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #283538 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB405356-
CMYK0.290.0500.78
HSL191.25º16.67%18.82%-
HSV(B)191.25º28.57%21.96%-
XYZ2.863.284.22-
YUV49.46131.69121.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.85%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 56 (22.27% from 255) = 37.58%
R=26.85%
G=35.57%
B=37.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4053560.290.0500.78191.2516.6718.82
Hex2835381D504Ebf1113
Octal50657035501162772123
Binary1010001101011110001110110101001110101111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283538; }

 p { color: rgb(40,53,56); }

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

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

 a { background-color: rgb(40,53,56); }

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

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

 span { border-color: rgb(40,53,56); }

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