#332E41

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

Shades of Tolopea #332E41

Tints of Tolopea #332E41

Color information

#332E41 (or 0x332E41) is unknown color: approx Tolopea. HEX triplet: 33, 2E and 41. RGB value is (51,46,65). Sum of RGB (Red+Green+Blue) = 51+46+65=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #332E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E41 is #CCD1BE. Grayscale: #313131. Windows color (decimal): -13423039 or 4271667. OLE color: 4271667.

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

Color convert

RGB514665-
CMYK0.220.2900.75
HSL255.79º17.12%21.76%-
HSV(B)255.79º29.23%25.49%-
XYZ3.33.045.41-
YUV49.66136.66128.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.48%
GREEN value IS 46 (18.36% from 255) = 28.40%
BLUE value IS 65 (25.78% from 255) = 40.12%
R=31.48%
G=28.40%
B=40.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5146650.220.2900.75255.7917.1221.76
Hex332E41161D04B1001116
Octal6356101263501134002126
Binary11001110111010000011011011101010010111000000001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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