#332641

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

Shades of Tolopea #332641

Tints of Tolopea #332641

Color information

#332641 (or 0x332641) is unknown color: approx Tolopea. HEX triplet: 33, 26 and 41. RGB value is (51,38,65). Sum of RGB (Red+Green+Blue) = 51+38+65=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 65 - color contains mainly: blue. Hex color #332641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332641 is #CCD9BE. Grayscale: #2C2C2C. Windows color (decimal): -13425087 or 4269619. OLE color: 4269619.

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

Color convert

RGB513865-
CMYK0.220.4200.75
HSL268.89º26.21%20.2%-
HSV(B)268.89º41.54%25.49%-
XYZ3.012.475.32-
YUV44.96139.31132.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.12%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 65 (25.78% from 255) = 42.21%
R=33.12%
G=24.68%
B=42.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5138650.220.4200.75268.8926.2120.2
Hex332641162A04B10d1a14
Octal6346101265201134153224
Binary110011100110100000110110101010010010111000011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332641; }

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

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

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

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

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

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

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

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