#332841

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

Shades of Tolopea #332841

Tints of Tolopea #332841

Color information

#332841 (or 0x332841) is unknown color: approx Tolopea. HEX triplet: 33, 28 and 41. RGB value is (51,40,65). Sum of RGB (Red+Green+Blue) = 51+40+65=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #332841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332841 is #CCD7BE. Grayscale: #2E2E2E. Windows color (decimal): -13424575 or 4270131. OLE color: 4270131.

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

Color convert

RGB514065-
CMYK0.220.3800.75
HSL266.4º23.81%20.59%-
HSV(B)266.4º38.46%25.49%-
XYZ3.082.65.34-
YUV46.14138.64131.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.69%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=32.69%
G=25.64%
B=41.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5140650.220.3800.75266.423.8120.59
Hex332841162604B10a1815
Octal6350101264601134123025
Binary110011101000100000110110100110010010111000010101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332841; }

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

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

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

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

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

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

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

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