Html Css Color HEX #29283A Bastille

📋 copy color: '#29283A'

red 41 ◦ green 40 ◦ blue 58

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

Shades of Bastille #29283A

Tints of Bastille #29283A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 41.73%

R = 29.5%
G = 28.78%
B = 41.73%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29283A (or 0x29283A) is known color: Bastille. HEX triplet: 29, 28 and 3A. RGB value is (41,40,58). Sum of RGB (Red+Green+Blue) = 41+40+58=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #29283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29283A is #D6D7C5. Grayscale: #2A2A2A. Windows color (decimal): -14079942 or 3811369. OLE color: 3811369.

HSL color Cylindrical-coordinate representation of color #29283A: hue angle of 243.33º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #29283A is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 40 58 -
CMYK 0.29 0.31 0 0.77
HSL 243.33º 0.18% 0.19% -
HSV(B) 243.33º 0.31% 0.23% -
XYZ 2.44 2.29 4.32 -
YUV 42.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 41 40 58 0.29 0.31 0 0.77 243.33 0.18 0.19
Hex 29 28 3A 1D 1F 0 4D F3 12 13
Octal 51 50 72 35 37 0 115 363 22 23
Binary 101001 101000 111010 11101 11111 0 1001101 11110011 10010 10011

Color Harmonies of #29283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29283A

Black with #29283A

Text Example


Text Example

White with #29283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29283A; }

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

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

background-color css

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

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

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

border-color css

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

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

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