#331B25

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

Shades of Toledo #331B25

Tints of Toledo #331B25

Color information

#331B25 (or 0x331B25) is unknown color: approx Toledo. HEX triplet: 33, 1B and 25. RGB value is (51,27,37). Sum of RGB (Red+Green+Blue) = 51+27+37=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #331B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B25 is #CCE4DA. Grayscale: #232323. Windows color (decimal): -13427931 or 2431795. OLE color: 2431795.

HSL color Cylindrical-coordinate representation of color #331B25: hue angle of 335º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #331B25 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB512737-
CMYK00.470.270.8
HSL335º30.77%15.29%-
HSV(B)335º47.06%20%-
XYZ2.091.621.95-
YUV35.32128.95139.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.35%
GREEN value IS 27 (10.94% from 255) = 23.48%
BLUE value IS 37 (14.84% from 255) = 32.17%
R=44.35%
G=23.48%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51273700.470.270.833530.7715.29
Hex331B2502F1B5014f1ff
Octal633345057331205173717
Binary110011110111001010101111110111010000101001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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