#332440

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

Shades of Blackcurrant #332440

Tints of Blackcurrant #332440

Color information

#332440 (or 0x332440) is unknown color: approx Blackcurrant. HEX triplet: 33, 24 and 40. RGB value is (51,36,64). Sum of RGB (Red+Green+Blue) = 51+36+64=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #332440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332440 is #CCDBBF. Grayscale: #2B2B2B. Windows color (decimal): -13425600 or 4203571. OLE color: 4203571.

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

Color convert

RGB513664-
CMYK0.200.4400.75
HSL272.14º28%19.61%-
HSV(B)272.14º43.75%25.1%-
XYZ2.922.345.15-
YUV43.68139.47133.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.77%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=33.77%
G=23.84%
B=42.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5136640.200.4400.75272.142819.61
Hex332440142C04B1101c14
Octal6344100245401134203424
Binary110011100100100000010100101100010010111000100001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332440; }

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

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

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

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

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

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

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

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