#32033B

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

Shades of Blackcurrant #32033B

Tints of Blackcurrant #32033B

Color information

#32033B (or 0x32033B) is unknown color: approx Blackcurrant. HEX triplet: 32, 03 and 3B. RGB value is (50,3,59). Sum of RGB (Red+Green+Blue) = 50+3+59=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #32033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32033B is #CDFCC4. Grayscale: #171717. Windows color (decimal): -13499589 or 3867442. OLE color: 3867442.

HSL color Cylindrical-coordinate representation of color #32033B: hue angle of 290.36º 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 #32033B is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB50359-
CMYK0.150.9500.77
HSL290.36º90.32%12.16%-
HSV(B)290.36º94.92%23.14%-
XYZ2.141.064.23-
YUV23.44148.07146.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 59 (23.44% from 255) = 52.68%
R=44.64%
G=2.68%
B=52.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal503590.150.9500.77290.3690.3212.16
Hex3233BF5F04D1225ac
Octal6237317137011544213214
Binary11001011111011111110111110100110110010001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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