#331B26

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

Shades of Toledo #331B26

Tints of Toledo #331B26

Color information

#331B26 (or 0x331B26) is unknown color: approx Toledo. HEX triplet: 33, 1B and 26. RGB value is (51,27,38). Sum of RGB (Red+Green+Blue) = 51+27+38=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #331B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B26 is #CCE4D9. Grayscale: #232323. Windows color (decimal): -13427930 or 2497331. OLE color: 2497331.

HSL color Cylindrical-coordinate representation of color #331B26: hue angle of 332.5º 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 #331B26 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB512738-
CMYK00.470.250.8
HSL332.5º30.77%15.29%-
HSV(B)332.5º47.06%20%-
XYZ2.111.632.04-
YUV35.43129.45139.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 38 (15.23% from 255) = 32.76%
R=43.97%
G=23.28%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51273800.470.250.8332.530.7715.29
Hex331B2602F195014c1ff
Octal633346057311205143717
Binary110011110111001100101111110011010000101001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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