#282838

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

Shades of Bastille #282838

Tints of Bastille #282838

Color information

#282838 (or 0x282838) is unknown color: approx Bastille. HEX triplet: 28, 28 and 38. RGB value is (40,40,56). Sum of RGB (Red+Green+Blue) = 40+40+56=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #282838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282838 is #D7D7C7. Grayscale: #292929. Windows color (decimal): -14145480 or 3680296. OLE color: 3680296.

HSL color Cylindrical-coordinate representation of color #282838: hue angle of 240º 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 #282838 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB404056-
CMYK0.290.2900.78
HSL240º16.67%18.82%-
HSV(B)240º28.57%21.96%-
XYZ2.352.254.05-
YUV41.82136126.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.41%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=29.41%
G=29.41%
B=41.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4040560.290.2900.7824016.6718.82
Hex2828381D1D04Ef01113
Octal505070353501163602123
Binary101000101000111000111011110101001110111100001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282838; }

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

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

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

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

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

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

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

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