#332741

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

Shades of Tolopea #332741

Tints of Tolopea #332741

Color information

#332741 (or 0x332741) is unknown color: approx Tolopea. HEX triplet: 33, 27 and 41. RGB value is (51,39,65). Sum of RGB (Red+Green+Blue) = 51+39+65=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #332741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332741 is #CCD8BE. Grayscale: #2D2D2D. Windows color (decimal): -13424831 or 4269875. OLE color: 4269875.

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

Color convert

RGB513965-
CMYK0.220.4000.75
HSL267.69º25%20.39%-
HSV(B)267.69º40%25.49%-
XYZ3.042.545.33-
YUV45.55138.98131.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.90%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 65 (25.78% from 255) = 41.94%
R=32.90%
G=25.16%
B=41.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5139650.220.4000.75267.692520.39
Hex332741162804B10c1914
Octal6347101265001134143124
Binary110011100111100000110110101000010010111000011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332741; }

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

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

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

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

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

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

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

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