#32163B

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

Shades of Blackcurrant #32163B

Tints of Blackcurrant #32163B

Color information

#32163B (or 0x32163B) is unknown color: approx Blackcurrant. HEX triplet: 32, 16 and 3B. RGB value is (50,22,59). Sum of RGB (Red+Green+Blue) = 50+22+59=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 59 - color contains mainly: blue. Hex color #32163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32163B is #CDE9C4. Grayscale: #222222. Windows color (decimal): -13494725 or 3872306. OLE color: 3872306.

HSL color Cylindrical-coordinate representation of color #32163B: hue angle of 285.41º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32163B is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB502259-
CMYK0.150.6300.77
HSL285.41º45.68%15.88%-
HSV(B)285.41º62.71%23.14%-
XYZ2.391.574.31-
YUV34.59141.78138.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.17%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 59 (23.44% from 255) = 45.04%
R=38.17%
G=16.79%
B=45.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5022590.150.6300.77285.4145.6815.88
Hex32163BF3F04D11d2e10
Octal622673177701154355620
Binary1100101011011101111111111110100110110001110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32163B; }

 p { color: rgb(50,22,59); }

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

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

 a { background-color: rgb(50,22,59); }

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

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

 span { border-color: rgb(50,22,59); }

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