#292934

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

Shades of Bastille #292934

Tints of Bastille #292934

Color information

#292934 (or 0x292934) is unknown color: approx Bastille. HEX triplet: 29, 29 and 34. RGB value is (41,41,52). Sum of RGB (Red+Green+Blue) = 41+41+52=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 52 - color contains mainly: blue. Hex color #292934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292934 is #D6D6CB. Grayscale: #2A2A2A. Windows color (decimal): -14079692 or 3418409. OLE color: 3418409.

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

Color convert

RGB414152-
CMYK0.210.2100.80
HSL240º11.83%18.24%-
HSV(B)240º21.15%20.39%-
XYZ2.332.313.57-
YUV42.25133.5127.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.60%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 52 (20.70% from 255) = 38.81%
R=30.60%
G=30.60%
B=38.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4141520.210.2100.8024011.8318.24
Hex2929341515050f0c12
Octal515164252501203601422
Binary10100110100111010010101101010101000011110000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292934; }

 p { color: rgb(41,41,52); }

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

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

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

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

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

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

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