#32103C

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

Shades of Blackcurrant #32103C

Tints of Blackcurrant #32103C

Color information

#32103C (or 0x32103C) is unknown color: approx Blackcurrant. HEX triplet: 32, 10 and 3C. RGB value is (50,16,60). Sum of RGB (Red+Green+Blue) = 50+16+60=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 60 - color contains mainly: blue. Hex color #32103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32103C is #CDEFC3. Grayscale: #1F1F1F. Windows color (decimal): -13496260 or 3936306. OLE color: 3936306.

HSL color Cylindrical-coordinate representation of color #32103C: hue angle of 286.36º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32103C is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB501660-
CMYK0.170.7300.76
HSL286.36º57.89%14.9%-
HSV(B)286.36º73.33%23.53%-
XYZ2.321.374.42-
YUV31.18144.26141.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.68%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 60 (23.83% from 255) = 47.62%
R=39.68%
G=12.70%
B=47.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5016600.170.7300.76286.3657.8914.9
Hex32103C114904C11e3af
Octal6220742111101144367217
Binary11001010000111100100011001001010011001000111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32103C; }

 p { color: rgb(50,16,60); }

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

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

 a { background-color: rgb(50,16,60); }

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

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

 span { border-color: rgb(50,16,60); }

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