#32153E

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

Shades of Blackcurrant #32153E

Tints of Blackcurrant #32153E

Color information

#32153E (or 0x32153E) is unknown color: approx Blackcurrant. HEX triplet: 32, 15 and 3E. RGB value is (50,21,62). Sum of RGB (Red+Green+Blue) = 50+21+62=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 62 - color contains mainly: blue. Hex color #32153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32153E is #CDEAC1. Grayscale: #222222. Windows color (decimal): -13494978 or 4068658. OLE color: 4068658.

HSL color Cylindrical-coordinate representation of color #32153E: hue angle of 282.44º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32153E is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB502162-
CMYK0.190.6600.76
HSL282.44º49.4%16.27%-
HSV(B)282.44º66.13%24.31%-
XYZ2.451.564.73-
YUV34.34143.61139.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 62 (24.61% from 255) = 46.62%
R=37.59%
G=15.79%
B=46.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5021620.190.6600.76282.4449.416.27
Hex32153E134204C11a3110
Octal6225762310201144326120
Binary110010101011111101001110000100100110010001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32153E; }

 p { color: rgb(50,21,62); }

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

<style>
 a { background-color: #32153E; }

 a { background-color: rgb(50,21,62); }

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

<style>
 span { border-color: #32153E; }

 span { border-color: rgb(50,21,62); }

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