Html Css Color HEX #291921 Toledo

📋 copy color: '#291921'

red 41 ◦ green 25 ◦ blue 33

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

Shades of Toledo #291921

Tints of Toledo #291921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.25%

 BLUE value IS 33 (13.28% from 255) = 33.33%

R = 41.41%
G = 25.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#291921 (or 0x291921) is known color: Toledo. HEX triplet: 29, 19 and 21. RGB value is (41,25,33). Sum of RGB (Red+Green+Blue) = 41+25+33=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 41 - color contains mainly: red. Hex color #291921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291921 is #D6E6DE. Grayscale: #1E1E1E. Windows color (decimal): -14083807 or 2169129. OLE color: 2169129.

HSL color Cylindrical-coordinate representation of color #291921: hue angle of 330º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #291921 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 25 33 -
CMYK 0 0.39 0.20 0.84
HSL 330º 0.24% 0.13% -
HSV(B) 330º 0.39% 0.16% -
XYZ 1.54 1.28 1.6 -
YUV 30.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 41 25 33 0 0.39 0.20 0.84 330 0.24 0.13
Hex 29 19 21 0 27 14 54 14A 18 D
Octal 51 31 41 0 47 24 124 512 30 15
Binary 101001 11001 100001 0 100111 10100 1010100 101001010 11000 1101

Color Harmonies of #291921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291921

Black with #291921

Text Example


Text Example

White with #291921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291921; }

 p { color: rgb(41,25,33); }

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

background-color css

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

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

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

border-color css

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

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

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