#2A1D23

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

Shades of Toledo #2A1D23

Tints of Toledo #2A1D23

Color information

#2A1D23 (or 0x2A1D23) is unknown color: approx Toledo. HEX triplet: 2A, 1D and 23. RGB value is (42,29,35). Sum of RGB (Red+Green+Blue) = 42+29+35=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1D23 is #D5E2DC. Grayscale: #212121. Windows color (decimal): -14017245 or 2301226. OLE color: 2301226.

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

Color convert

RGB422935-
CMYK00.310.170.84
HSL332.31º18.31%13.92%-
HSV(B)332.31º30.95%16.47%-
XYZ1.71.491.79-
YUV33.57128.81134.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.62%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 35 (14.06% from 255) = 33.02%
R=39.62%
G=27.36%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42293500.310.170.84332.3118.3113.92
Hex2A1D2301F115414c12e
Octal523543037211245142216
Binary10101011101100011011111100011010100101001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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