#2A2938

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

Shades of Bastille #2A2938

Tints of Bastille #2A2938

Color information

#2A2938 (or 0x2A2938) is unknown color: approx Bastille. HEX triplet: 2A, 29 and 38. RGB value is (42,41,56). Sum of RGB (Red+Green+Blue) = 42+41+56=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #2A2938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2938 is #D5D6C7. Grayscale: #2A2A2A. Windows color (decimal): -14014152 or 3680554. OLE color: 3680554.

HSL color Cylindrical-coordinate representation of color #2A2938: hue angle of 244º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2A2938 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB424156-
CMYK0.250.2700.78
HSL244º15.46%19.02%-
HSV(B)244º26.79%21.96%-
XYZ2.462.364.07-
YUV43.01135.33127.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.22%
GREEN value IS 41 (16.41% from 255) = 29.50%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=30.22%
G=29.50%
B=40.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4241560.250.2700.7824415.4619.02
Hex2A2938191B04Ef4f13
Octal525170313301163641723
Binary10101010100111100011001110110100111011110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2938; }

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

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

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

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

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

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

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

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