#2A2326

Color #2A2326 Toledo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toledo #2A2326

Tints of Toledo #2A2326

Color information

#2A2326 (or 0x2A2326) is unknown color: approx Toledo. HEX triplet: 2A, 23 and 26. RGB value is (42,35,38). Sum of RGB (Red+Green+Blue) = 42+35+38=115 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.52% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2326 is #D5DCD9. Grayscale: #252525. Windows color (decimal): -14015706 or 2499370. OLE color: 2499370.

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

Color convert

RGB423538-
CMYK00.170.100.84
HSL334.29º9.09%15.1%-
HSV(B)334.29º16.67%16.47%-
XYZ1.911.832.09-
YUV37.43128.32131.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 36.52%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=36.52%
G=30.43%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42353800.170.100.84334.299.0915.1
Hex2A2326011A5414e9f
Octal524346021121245161117
Binary1010101000111001100100011010101010010100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2326; }

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

 H1.HeaderClassName
 {
   color: #2A2326;
 }
 .AnyTagClassName
 {
   color: #2A2326;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #2A2326;
 }
 .BgClassName
 {
   background-color: #2A2326;
 }
</style>
border-color css

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

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

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