#332E3C

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

Shades of Tolopea #332E3C

Tints of Tolopea #332E3C

Color information

#332E3C (or 0x332E3C) is unknown color: approx Tolopea. HEX triplet: 33, 2E and 3C. RGB value is (51,46,60). Sum of RGB (Red+Green+Blue) = 51+46+60=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 60 - color contains mainly: blue. Hex color #332E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E3C is #CCD1C3. Grayscale: #313131. Windows color (decimal): -13423044 or 3943987. OLE color: 3943987.

HSL color Cylindrical-coordinate representation of color #332E3C: hue angle of 261.43º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #332E3C is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB514660-
CMYK0.150.2300.76
HSL261.43º13.21%20.78%-
HSV(B)261.43º23.33%23.53%-
XYZ3.162.984.68-
YUV49.09134.16129.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.48%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=32.48%
G=29.30%
B=38.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5146600.150.2300.76261.4313.2120.78
Hex332E3CF1704C105d15
Octal635674172701144051525
Binary11001110111011110011111011101001100100000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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