Html Css Color HEX #292835 Bastille

📋 copy color: '#292835'

red 41 ◦ green 40 ◦ blue 53

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

Shades of Bastille #292835

Tints of Bastille #292835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.85%

 BLUE value IS 53 (21.09% from 255) = 39.55%

R = 30.6%
G = 29.85%
B = 39.55%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#292835 (or 0x292835) is known color: Bastille. HEX triplet: 29, 28 and 35. RGB value is (41,40,53). Sum of RGB (Red+Green+Blue) = 41+40+53=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 53 - color contains mainly: blue. Hex color #292835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292835 is #D6D7CA. Grayscale: #292929. Windows color (decimal): -14079947 or 3483689. OLE color: 3483689.

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

Color convert

RGB 41 40 53 -
CMYK 0.23 0.25 0 0.79
HSL 244.62º 0.14% 0.18% -
HSV(B) 244.62º 0.25% 0.21% -
XYZ 2.32 2.25 3.68 -
YUV 41.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 41 40 53 0.23 0.25 0 0.79 244.62 0.14 0.18
Hex 29 28 35 17 19 0 4F F5 E 12
Octal 51 50 65 27 31 0 117 365 16 22
Binary 101001 101000 110101 10111 11001 0 1001111 11110101 1110 10010

Color Harmonies of #292835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292835

Black with #292835

Text Example


Text Example

White with #292835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292835; }

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

 H1.HeaderClassName
 {
   color: #292835;
 }
 .AnyTagClassName
 {
   color: #292835;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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