Html Css Color HEX #292934 Bastille

📋 copy color: '#292934'

red 41 ◦ green 41 ◦ blue 52

#292934
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bastille #292934

Tints of Bastille #292934

RGB

 RED value IS 41 (16.41% from 255) = 30.6%

 GREEN value IS 41 (16.41% from 255) = 30.6%

 BLUE value IS 52 (20.7% from 255) = 38.81%

R = 30.6%
G = 30.6%
B = 38.81%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#292934 (or 0x292934) is known color: 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

RGB 41 41 52 -
CMYK 0.21 0.21 0 0.80
HSL 240º 0.12% 0.18% -
HSV(B) 240º 0.21% 0.2% -
XYZ 2.33 2.31 3.57 -
YUV 42.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 41 41 52 0.21 0.21 0 0.80 240 0.12 0.18
Hex 29 29 34 15 15 0 50 F0 C 12
Octal 51 51 64 25 25 0 120 360 14 22
Binary 101001 101001 110100 10101 10101 0 1010000 11110000 1100 10010

Color Harmonies of #292934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292934

Black with #292934

Text Example


Text Example

White with #292934

Text Example


Text Example

HTML Codes & Css Web 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>