Html Css Color HEX #291E23 Toledo

📋 copy color: '#291E23'

red 41 ◦ green 30 ◦ blue 35

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

Shades of Toledo #291E23

Tints of Toledo #291E23

RGB

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

 GREEN value IS 30 (12.11% from 255) = 28.3%

 BLUE value IS 35 (14.06% from 255) = 33.02%

R = 38.68%
G = 28.3%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.84

RGB Variations

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

Color information

#291E23 (or 0x291E23) is known color: Toledo. HEX triplet: 29, 1E and 23. RGB value is (41,30,35). Sum of RGB (Red+Green+Blue) = 41+30+35=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 41 - color contains mainly: red. Hex color #291E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291E23 is #D6E1DC. Grayscale: #212121. Windows color (decimal): -14082525 or 2301481. OLE color: 2301481.

HSL color Cylindrical-coordinate representation of color #291E23: hue angle of 332.73º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #291E23 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 30 35 -
CMYK 0 0.27 0.15 0.84
HSL 332.73º 0.15% 0.14% -
HSV(B) 332.73º 0.27% 0.16% -
XYZ 1.68 1.52 1.8 -
YUV 33.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 41 30 35 0 0.27 0.15 0.84 332.73 0.15 0.14
Hex 29 1E 23 0 1B F 54 14D F E
Octal 51 36 43 0 33 17 124 515 17 16
Binary 101001 11110 100011 0 11011 1111 1010100 101001101 1111 1110

Color Harmonies of #291E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291E23

Black with #291E23

Text Example


Text Example

White with #291E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291E23; }

 p { color: rgb(41,30,35); }

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

background-color css

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

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

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

border-color css

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

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

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