#332A36

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

Shades of Blackcurrant #332A36

Tints of Blackcurrant #332A36

Color information

#332A36 (or 0x332A36) is unknown color: approx Blackcurrant. HEX triplet: 33, 2A and 36. RGB value is (51,42,54). Sum of RGB (Red+Green+Blue) = 51+42+54=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 54 - color contains mainly: blue. Hex color #332A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A36 is #CCD5C9. Grayscale: #2E2E2E. Windows color (decimal): -13424074 or 3549747. OLE color: 3549747.

HSL color Cylindrical-coordinate representation of color #332A36: hue angle of 285º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #332A36 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB514254-
CMYK0.060.2200.79
HSL285º12.5%18.82%-
HSV(B)285º22.22%21.18%-
XYZ2.862.633.85-
YUV46.06132.48131.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.69%
GREEN value IS 42 (16.80% from 255) = 28.57%
BLUE value IS 54 (21.48% from 255) = 36.73%
R=34.69%
G=28.57%
B=36.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5142540.060.2200.7928512.518.82
Hex332A3661604F11dc13
Octal63526662601174351423
Binary1100111010101101101101011001001111100011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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