Html Css Color HEX #292326 Toledo

📋 copy color: '#292326'

red 41 ◦ green 35 ◦ blue 38

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

Shades of Toledo #292326

Tints of Toledo #292326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.7%

 BLUE value IS 38 (15.23% from 255) = 33.33%

R = 35.96%
G = 30.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#292326 (or 0x292326) is known color: Toledo. HEX triplet: 29, 23 and 26. RGB value is (41,35,38). Sum of RGB (Red+Green+Blue) = 41+35+38=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 41 - color contains mainly: red. Hex color #292326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292326 is #D6DCD9. Grayscale: #252525. Windows color (decimal): -14081242 or 2499369. OLE color: 2499369.

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

Color convert

RGB 41 35 38 -
CMYK 0 0.15 0.07 0.84
HSL 330º 0.08% 0.15% -
HSV(B) 330º 0.15% 0.16% -
XYZ 1.87 1.81 2.09 -
YUV 37.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 41 35 38 0 0.15 0.07 0.84 330 0.08 0.15
Hex 29 23 26 0 F 7 54 14A 8 F
Octal 51 43 46 0 17 7 124 512 10 17
Binary 101001 100011 100110 0 1111 111 1010100 101001010 1000 1111

Color Harmonies of #292326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292326

Black with #292326

Text Example


Text Example

White with #292326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292326; }

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

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

background-color css

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

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

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

border-color css

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

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

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