#32004B

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

Shades of Blackcurrant #32004B

Tints of Blackcurrant #32004B

Color information

#32004B (or 0x32004B) is unknown color: approx Blackcurrant. HEX triplet: 32, 00 and 4B. RGB value is (50,0,75). Sum of RGB (Red+Green+Blue) = 50+0+75=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #32004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32004B is #CDFFB4. Grayscale: #171717. Windows color (decimal): -13500341 or 4915250. OLE color: 4915250.

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

Color convert

RGB50075-
CMYK0.33100.71
HSL280º100%14.71%-
HSV(B)280º100%29.41%-
XYZ2.591.196.75-
YUV23.5157.06146.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 60%
R=40%
G=0%
B=60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal500750.33100.7128010014.71
Hex3204B216404711864f
Octal62011341144010743014417
Binary1100100100101110000111001000100011110001100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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