#32014B

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

Shades of Blackcurrant #32014B

Tints of Blackcurrant #32014B

Color information

#32014B (or 0x32014B) is unknown color: approx Blackcurrant. HEX triplet: 32, 01 and 4B. RGB value is (50,1,75). Sum of RGB (Red+Green+Blue) = 50+1+75=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #32014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32014B is #CDFEB4. Grayscale: #171717. Windows color (decimal): -13500085 or 4915506. OLE color: 4915506.

HSL color Cylindrical-coordinate representation of color #32014B: hue angle of 279.73º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32014B is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB50175-
CMYK0.330.9900.71
HSL279.73º97.37%14.9%-
HSV(B)279.73º98.67%29.41%-
XYZ2.61.216.75-
YUV24.09156.73146.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.68%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 75 (29.69% from 255) = 59.52%
R=39.68%
G=0.79%
B=59.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal501750.330.9900.71279.7397.3714.9
Hex3214B216304711861f
Octal62111341143010743014117
Binary1100101100101110000111000110100011110001100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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