#332C41

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

Shades of Tolopea #332C41

Tints of Tolopea #332C41

Color information

#332C41 (or 0x332C41) is unknown color: approx Tolopea. HEX triplet: 33, 2C and 41. RGB value is (51,44,65). Sum of RGB (Red+Green+Blue) = 51+44+65=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #332C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C41 is #CCD3BE. Grayscale: #303030. Windows color (decimal): -13423551 or 4271155. OLE color: 4271155.

HSL color Cylindrical-coordinate representation of color #332C41: hue angle of 260º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #332C41 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB514465-
CMYK0.220.3200.75
HSL260º19.27%21.37%-
HSV(B)260º32.31%25.49%-
XYZ3.222.895.39-
YUV48.49137.32129.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.88%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 65 (25.78% from 255) = 40.62%
R=31.88%
G=27.5%
B=40.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5144650.220.3200.7526019.2721.37
Hex332C41162004B1041315
Octal6354101264001134042325
Binary110011101100100000110110100000010010111000001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,44,65); }

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

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

 a { background-color: rgb(51,44,65); }

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

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

 span { border-color: rgb(51,44,65); }

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