#341B25

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

Shades of Toledo #341B25

Tints of Toledo #341B25

Color information

#341B25 (or 0x341B25) is unknown color: approx Toledo. HEX triplet: 34, 1B and 25. RGB value is (52,27,37). Sum of RGB (Red+Green+Blue) = 52+27+37=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #341B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B25 is #CBE4DA. Grayscale: #232323. Windows color (decimal): -13362395 or 2431796. OLE color: 2431796.

HSL color Cylindrical-coordinate representation of color #341B25: hue angle of 336º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #341B25 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB522737-
CMYK00.480.290.80
HSL336º31.65%15.49%-
HSV(B)336º48.08%20.39%-
XYZ2.141.651.96-
YUV35.61128.78139.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.83%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 37 (14.84% from 255) = 31.90%
R=44.83%
G=23.28%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52273700.480.290.8033631.6515.49
Hex341B250301D5015020f
Octal643345060351205204017
Binary1101001101110010101100001110110100001010100001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,27,37); }

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

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

 a { background-color: rgb(52,27,37); }

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

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

 span { border-color: rgb(52,27,37); }

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