#32023C

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

Shades of Blackcurrant #32023C

Tints of Blackcurrant #32023C

Color information

#32023C (or 0x32023C) is unknown color: approx Blackcurrant. HEX triplet: 32, 02 and 3C. RGB value is (50,2,60). Sum of RGB (Red+Green+Blue) = 50+2+60=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 60 (23.83% from 255 or 53.57% from 112); Max value from RGB is 60 - color contains mainly: blue. Hex color #32023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32023C is #CDFDC3. Grayscale: #161616. Windows color (decimal): -13499844 or 3932722. OLE color: 3932722.

HSL color Cylindrical-coordinate representation of color #32023C: hue angle of 289.66º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32023C is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB50260-
CMYK0.170.9700.76
HSL289.66º93.55%12.16%-
HSV(B)289.66º96.67%23.53%-
XYZ2.151.054.36-
YUV22.96148.9147.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 60 (23.83% from 255) = 53.57%
R=44.64%
G=1.79%
B=53.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal502600.170.9700.76289.6693.5512.16
Hex3223C116104C1225ec
Octal6227421141011444213614
Binary110010101111001000111000010100110010010001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32023C; }

 p { color: rgb(50,2,60); }

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

<style>
 a { background-color: #32023C; }

 a { background-color: rgb(50,2,60); }

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

<style>
 span { border-color: #32023C; }

 span { border-color: rgb(50,2,60); }

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