#32114A

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

Shades of Blackcurrant #32114A

Tints of Blackcurrant #32114A

Color information

#32114A (or 0x32114A) is unknown color: approx Blackcurrant. HEX triplet: 32, 11 and 4A. RGB value is (50,17,74). Sum of RGB (Red+Green+Blue) = 50+17+74=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 74 (29.30% from 255 or 52.48% from 141); Max value from RGB is 74 - color contains mainly: blue. Hex color #32114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32114A is #CDEEB5. Grayscale: #212121. Windows color (decimal): -13495990 or 4854066. OLE color: 4854066.

HSL color Cylindrical-coordinate representation of color #32114A: hue angle of 274.74º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32114A is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB501774-
CMYK0.320.7700.71
HSL274.74º62.64%17.84%-
HSV(B)274.74º77.03%29.02%-
XYZ2.751.576.64-
YUV33.36150.93139.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 74 (29.30% from 255) = 52.48%
R=35.46%
G=12.06%
B=52.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5017740.320.7700.71274.7462.6417.84
Hex32114A204D0471133f12
Octal62211124011501074237722
Binary11001010001100101010000010011010100011110001001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32114A; }

 p { color: rgb(50,17,74); }

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

<style>
 a { background-color: #32114A; }

 a { background-color: rgb(50,17,74); }

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

<style>
 span { border-color: #32114A; }

 span { border-color: rgb(50,17,74); }

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