#341D27

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

Shades of Toledo #341D27

Tints of Toledo #341D27

Color information

#341D27 (or 0x341D27) is unknown color: approx Toledo. HEX triplet: 34, 1D and 27. RGB value is (52,29,39). Sum of RGB (Red+Green+Blue) = 52+29+39=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #341D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D27 is #CBE2D8. Grayscale: #252525. Windows color (decimal): -13361881 or 2563380. OLE color: 2563380.

HSL color Cylindrical-coordinate representation of color #341D27: hue angle of 333.91º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #341D27 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB522939-
CMYK00.440.250.80
HSL333.91º28.4%15.88%-
HSV(B)333.91º44.23%20.39%-
XYZ2.221.762.14-
YUV37.02129.12138.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 29 (11.72% from 255) = 24.17%
BLUE value IS 39 (15.62% from 255) = 32.5%
R=43.33%
G=24.17%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52293900.440.250.80333.9128.415.88
Hex341D2702C195014e1c10
Octal643547054311205163420
Binary1101001110110011101011001100110100001010011101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341D27; }

 p { color: rgb(52,29,39); }

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

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

 a { background-color: rgb(52,29,39); }

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

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

 span { border-color: rgb(52,29,39); }

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