#32013F

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

Shades of Blackcurrant #32013F

Tints of Blackcurrant #32013F

Color information

#32013F (or 0x32013F) is unknown color: approx Blackcurrant. HEX triplet: 32, 01 and 3F. RGB value is (50,1,63). Sum of RGB (Red+Green+Blue) = 50+1+63=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #32013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32013F is #CDFEC0. Grayscale: #161616. Windows color (decimal): -13500097 or 4129074. OLE color: 4129074.

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

Color convert

RGB50163-
CMYK0.210.9800.75
HSL287.42º96.88%12.55%-
HSV(B)287.42º98.41%24.71%-
XYZ2.221.064.79-
YUV22.72150.73147.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.86%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 63 (25% from 255) = 55.26%
R=43.86%
G=0.88%
B=55.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal501630.210.9800.75287.4296.8812.55
Hex3213F156204B11f61d
Octal6217725142011343714115
Binary11001011111111010111000100100101110001111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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