#32003F

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

Shades of Blackcurrant #32003F

Tints of Blackcurrant #32003F

Color information

#32003F (or 0x32003F) is unknown color: approx Blackcurrant. HEX triplet: 32, 00 and 3F. RGB value is (50,0,63). Sum of RGB (Red+Green+Blue) = 50+0+63=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #32003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32003F is #CDFFC0. Grayscale: #151515. Windows color (decimal): -13500353 or 4128818. OLE color: 4128818.

HSL color Cylindrical-coordinate representation of color #32003F: hue angle of 287.62º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32003F is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB50063-
CMYK0.21100.75
HSL287.62º100%12.35%-
HSV(B)287.62º100%24.71%-
XYZ2.211.044.79-
YUV22.13151.06147.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 55.75%
R=44.25%
G=0%
B=55.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal500630.21100.75287.6210012.35
Hex3203F156404B12064c
Octal6207725144011344014414
Binary11001001111111010111001000100101110010000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32003F; }

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

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

<style>
 a { background-color: #32003F; }

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

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

<style>
 span { border-color: #32003F; }

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

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