#332A39

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

Shades of Blackcurrant #332A39

Tints of Blackcurrant #332A39

Color information

#332A39 (or 0x332A39) is unknown color: approx Blackcurrant. HEX triplet: 33, 2A and 39. RGB value is (51,42,57). Sum of RGB (Red+Green+Blue) = 51+42+57=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 57 - color contains mainly: blue. Hex color #332A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A39 is #CCD5C6. Grayscale: #2E2E2E. Windows color (decimal): -13424071 or 3746355. OLE color: 3746355.

HSL color Cylindrical-coordinate representation of color #332A39: hue angle of 276º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #332A39 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB514257-
CMYK0.110.2600.78
HSL276º15.15%19.41%-
HSV(B)276º26.32%22.35%-
XYZ2.932.664.23-
YUV46.4133.98131.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 57 (22.66% from 255) = 38%
R=34%
G=28%
B=38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5142570.110.2600.7827615.1519.41
Hex332A39B1A04E114f13
Octal635271133201164241723
Binary11001110101011100110111101001001110100010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,42,57); }

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

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

 a { background-color: rgb(51,42,57); }

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

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

 span { border-color: rgb(51,42,57); }

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