#332D40

Color #332D40 Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #332D40

Tints of Tolopea #332D40

Color information

#332D40 (or 0x332D40) is unknown color: approx Tolopea. HEX triplet: 33, 2D and 40. RGB value is (51,45,64). Sum of RGB (Red+Green+Blue) = 51+45+64=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #332D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D40 is #CCD2BF. Grayscale: #303030. Windows color (decimal): -13423296 or 4205875. OLE color: 4205875.

HSL color Cylindrical-coordinate representation of color #332D40: hue angle of 258.95º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #332D40 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB514564-
CMYK0.200.3000.75
HSL258.95º17.43%21.37%-
HSV(B)258.95º29.69%25.1%-
XYZ3.232.955.25-
YUV48.96136.49129.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.88%
GREEN value IS 45 (17.97% from 255) = 28.12%
BLUE value IS 64 (25.39% from 255) = 40%
R=31.88%
G=28.12%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5145640.200.3000.75258.9517.4321.37
Hex332D40141E04B1031115
Octal6355100243601134032125
Binary11001110110110000001010011110010010111000000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332D40; }

 p { color: rgb(51,45,64); }

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

<style>
 a { background-color: #332D40; }

 a { background-color: rgb(51,45,64); }

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

<style>
 span { border-color: #332D40; }

 span { border-color: rgb(51,45,64); }

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