#32114B

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

Shades of Blackcurrant #32114B

Tints of Blackcurrant #32114B

Color information

#32114B (or 0x32114B) is unknown color: approx Blackcurrant. HEX triplet: 32, 11 and 4B. RGB value is (50,17,75). Sum of RGB (Red+Green+Blue) = 50+17+75=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #32114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32114B is #CDEEB4. Grayscale: #212121. Windows color (decimal): -13495989 or 4919602. OLE color: 4919602.

HSL color Cylindrical-coordinate representation of color #32114B: hue angle of 274.14º 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 #32114B is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB501775-
CMYK0.330.7700.71
HSL274.14º63.04%18.04%-
HSV(B)274.14º77.33%29.41%-
XYZ2.791.596.82-
YUV33.48151.43139.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.21%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 75 (29.69% from 255) = 52.82%
R=35.21%
G=11.97%
B=52.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5017750.330.7700.71274.1463.0418.04
Hex32114B214D0471123f12
Octal62211134111501074227722
Binary11001010001100101110000110011010100011110001001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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