#332640

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

Shades of Blackcurrant #332640

Tints of Blackcurrant #332640

Color information

#332640 (or 0x332640) is unknown color: approx Blackcurrant. HEX triplet: 33, 26 and 40. RGB value is (51,38,64). Sum of RGB (Red+Green+Blue) = 51+38+64=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #332640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332640 is #CCD9BF. Grayscale: #2C2C2C. Windows color (decimal): -13425088 or 4204083. OLE color: 4204083.

HSL color Cylindrical-coordinate representation of color #332640: hue angle of 270º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #332640 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB513864-
CMYK0.200.4100.75
HSL270º25.49%20%-
HSV(B)270º40.62%25.1%-
XYZ2.982.465.17-
YUV44.85138.81132.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.33%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=33.33%
G=24.84%
B=41.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5138640.200.4100.7527025.4920
Hex332640142904B10e1914
Octal6346100245101134163124
Binary110011100110100000010100101001010010111000011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332640; }

 p { color: rgb(51,38,64); }

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

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

 a { background-color: rgb(51,38,64); }

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

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

 span { border-color: rgb(51,38,64); }

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