#332138

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

Shades of Blackcurrant #332138

Tints of Blackcurrant #332138

Color information

#332138 (or 0x332138) is unknown color: approx Blackcurrant. HEX triplet: 33, 21 and 38. RGB value is (51,33,56). Sum of RGB (Red+Green+Blue) = 51+33+56=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: blue. Hex color #332138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332138 is #CCDEC7. Grayscale: #282828. Windows color (decimal): -13426376 or 3678515. OLE color: 3678515.

HSL color Cylindrical-coordinate representation of color #332138: hue angle of 286.96º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #332138 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB513356-
CMYK0.090.4100.78
HSL286.96º25.84%17.45%-
HSV(B)286.96º41.07%21.96%-
XYZ2.622.084-
YUV41136.46135.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 56 (22.27% from 255) = 40%
R=36.43%
G=23.57%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5133560.090.4100.78286.9625.8417.45
Hex33213892904E11f1a11
Octal634170115101164373221
Binary1100111000011110001001101001010011101000111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332138; }

 p { color: rgb(51,33,56); }

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

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

 a { background-color: rgb(51,33,56); }

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

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

 span { border-color: rgb(51,33,56); }

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