#32033A

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

Shades of Blackcurrant #32033A

Tints of Blackcurrant #32033A

Color information

#32033A (or 0x32033A) is unknown color: approx Blackcurrant. HEX triplet: 32, 03 and 3A. RGB value is (50,3,58). Sum of RGB (Red+Green+Blue) = 50+3+58=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #32033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32033A is #CDFCC5. Grayscale: #171717. Windows color (decimal): -13499590 or 3801906. OLE color: 3801906.

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

Color convert

RGB50358-
CMYK0.140.9500.77
HSL291.27º90.16%11.96%-
HSV(B)291.27º94.83%22.75%-
XYZ2.111.054.09-
YUV23.32147.57147.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.05%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 58 (23.05% from 255) = 52.25%
R=45.05%
G=2.70%
B=52.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal503580.140.9500.77291.2790.1611.96
Hex3233AE5F04D1235ac
Octal6237216137011544313214
Binary11001011111010111010111110100110110010001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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