#282836

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

Shades of Bastille #282836

Tints of Bastille #282836

Color information

#282836 (or 0x282836) is unknown color: approx Bastille. HEX triplet: 28, 28 and 36. RGB value is (40,40,54). Sum of RGB (Red+Green+Blue) = 40+40+54=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 54 - color contains mainly: blue. Hex color #282836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282836 is #D7D7C9. Grayscale: #292929. Windows color (decimal): -14145482 or 3549224. OLE color: 3549224.

HSL color Cylindrical-coordinate representation of color #282836: hue angle of 240º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #282836 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB404054-
CMYK0.260.2600.79
HSL240º14.89%18.43%-
HSV(B)240º25.93%21.18%-
XYZ2.32.243.8-
YUV41.6135126.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.85%
GREEN value IS 40 (16.02% from 255) = 29.85%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=29.85%
G=29.85%
B=40.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4040540.260.2600.7924014.8918.43
Hex2828361A1A04Ff0f12
Octal505066323201173601722
Binary10100010100011011011010110100100111111110000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282836; }

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

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

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

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

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

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

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

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