#32163F

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

Shades of Blackcurrant #32163F

Tints of Blackcurrant #32163F

Color information

#32163F (or 0x32163F) is unknown color: approx Blackcurrant. HEX triplet: 32, 16 and 3F. RGB value is (50,22,63). Sum of RGB (Red+Green+Blue) = 50+22+63=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #32163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32163F is #CDE9C0. Grayscale: #222222. Windows color (decimal): -13494721 or 4134450. OLE color: 4134450.

HSL color Cylindrical-coordinate representation of color #32163F: hue angle of 280.98º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32163F is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB502263-
CMYK0.210.6500.75
HSL280.98º48.24%16.67%-
HSV(B)280.98º65.08%24.71%-
XYZ2.51.614.88-
YUV35.05143.78138.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 63 (25% from 255) = 46.67%
R=37.04%
G=16.30%
B=46.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5022630.210.6500.75280.9848.2416.67
Hex32163F154104B1193011
Octal6226772510101134316021
Binary110010101101111111010110000010100101110001100111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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