#332C39

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

Shades of Blackcurrant #332C39

Tints of Blackcurrant #332C39

Color information

#332C39 (or 0x332C39) is unknown color: approx Blackcurrant. HEX triplet: 33, 2C and 39. RGB value is (51,44,57). Sum of RGB (Red+Green+Blue) = 51+44+57=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 57 - color contains mainly: blue. Hex color #332C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C39 is #CCD3C6. Grayscale: #2F2F2F. Windows color (decimal): -13423559 or 3746867. OLE color: 3746867.

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

Color convert

RGB514457-
CMYK0.110.2300.78
HSL272.31º12.87%19.8%-
HSV(B)272.31º22.81%22.35%-
XYZ32.84.25-
YUV47.58133.32130.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.55%
GREEN value IS 44 (17.58% from 255) = 28.95%
BLUE value IS 57 (22.66% from 255) = 37.5%
R=33.55%
G=28.95%
B=37.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5144570.110.2300.78272.3112.8719.8
Hex332C39B1704E110d14
Octal635471132701164201524
Binary11001110110011100110111011101001110100010000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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