#292838

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

Shades of Bastille #292838

Tints of Bastille #292838

Color information

#292838 (or 0x292838) is unknown color: approx Bastille. HEX triplet: 29, 28 and 38. RGB value is (41,40,56). Sum of RGB (Red+Green+Blue) = 41+40+56=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #292838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292838 is #D6D7C7. Grayscale: #2A2A2A. Windows color (decimal): -14079944 or 3680297. OLE color: 3680297.

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

Color convert

RGB414056-
CMYK0.270.2900.78
HSL243.75º16.67%18.82%-
HSV(B)243.75º28.57%21.96%-
XYZ2.392.274.05-
YUV42.12135.83127.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.93%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 56 (22.27% from 255) = 40.88%
R=29.93%
G=29.20%
B=40.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4140560.270.2900.78243.7516.6718.82
Hex2928381B1D04Ef41113
Octal515070333501163642123
Binary101001101000111000110111110101001110111101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292838; }

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

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

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

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

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

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

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

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