#320B4B

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

Shades of Blackcurrant #320B4B

Tints of Blackcurrant #320B4B

Color information

#320B4B (or 0x320B4B) is unknown color: approx Blackcurrant. HEX triplet: 32, 0B and 4B. RGB value is (50,11,75). Sum of RGB (Red+Green+Blue) = 50+11+75=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #320B4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B4B is #CDF4B4. Grayscale: #1D1D1D. Windows color (decimal): -13497525 or 4918066. OLE color: 4918066.

HSL color Cylindrical-coordinate representation of color #320B4B: hue angle of 276.56º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #320B4B is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB501175-
CMYK0.330.8500.71
HSL276.56º74.42%16.86%-
HSV(B)276.56º85.33%29.41%-
XYZ2.711.436.79-
YUV29.96153.42142.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 11 (4.69% from 255) = 8.09%
BLUE value IS 75 (29.69% from 255) = 55.15%
R=36.76%
G=8.09%
B=55.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5011750.330.8500.71276.5674.4216.86
Hex32B4B21550471154a11
Octal621311341125010742511221
Binary11001010111001011100001101010101000111100010101100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320B4B; }

 p { color: rgb(50,11,75); }

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

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

 a { background-color: rgb(50,11,75); }

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

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

 span { border-color: rgb(50,11,75); }

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