#320B48

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

Shades of Blackcurrant #320B48

Tints of Blackcurrant #320B48

Color information

#320B48 (or 0x320B48) is unknown color: approx Blackcurrant. HEX triplet: 32, 0B and 48. RGB value is (50,11,72). Sum of RGB (Red+Green+Blue) = 50+11+72=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #320B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B48 is #CDF4B7. Grayscale: #1D1D1D. Windows color (decimal): -13497528 or 4721458. OLE color: 4721458.

HSL color Cylindrical-coordinate representation of color #320B48: hue angle of 278.36º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #320B48 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB501172-
CMYK0.310.8500.72
HSL278.36º73.49%16.27%-
HSV(B)278.36º84.72%28.24%-
XYZ2.61.396.26-
YUV29.62151.92142.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 11 (4.69% from 255) = 8.27%
BLUE value IS 72 (28.52% from 255) = 54.14%
R=37.59%
G=8.27%
B=54.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5011720.310.8500.72278.3673.4916.27
Hex32B481F550481164910
Octal621311037125011042611120
Binary1100101011100100011111101010101001000100010110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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