#32053A

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

Shades of Blackcurrant #32053A

Tints of Blackcurrant #32053A

Color information

#32053A (or 0x32053A) is unknown color: approx Blackcurrant. HEX triplet: 32, 05 and 3A. RGB value is (50,5,58). Sum of RGB (Red+Green+Blue) = 50+5+58=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #32053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32053A is #CDFAC5. Grayscale: #181818. Windows color (decimal): -13499078 or 3802418. OLE color: 3802418.

HSL color Cylindrical-coordinate representation of color #32053A: hue angle of 290.94º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32053A is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB50558-
CMYK0.140.9100.77
HSL290.94º84.13%12.35%-
HSV(B)290.94º91.38%22.75%-
XYZ2.131.094.1-
YUV24.5146.91146.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 58 (23.05% from 255) = 51.33%
R=44.25%
G=4.42%
B=51.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal505580.140.9100.77290.9484.1312.35
Hex3253AE5B04D12354c
Octal6257216133011544312414
Binary110010101111010111010110110100110110010001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32053A; }

 p { color: rgb(50,5,58); }

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

<style>
 a { background-color: #32053A; }

 a { background-color: rgb(50,5,58); }

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

<style>
 span { border-color: #32053A; }

 span { border-color: rgb(50,5,58); }

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