#320343

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

Shades of Blackcurrant #320343

Tints of Blackcurrant #320343

Color information

#320343 (or 0x320343) is unknown color: approx Blackcurrant. HEX triplet: 32, 03 and 43. RGB value is (50,3,67). Sum of RGB (Red+Green+Blue) = 50+3+67=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 67 (26.56% from 255 or 55.83% from 120); Max value from RGB is 67 - color contains mainly: blue. Hex color #320343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320343 is #CDFCBC. Grayscale: #181818. Windows color (decimal): -13499581 or 4391730. OLE color: 4391730.

HSL color Cylindrical-coordinate representation of color #320343: hue angle of 284.06º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320343 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB50367-
CMYK0.250.9600.74
HSL284.06º91.43%13.73%-
HSV(B)284.06º95.52%26.27%-
XYZ2.361.155.41-
YUV24.35152.07146.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 67 (26.56% from 255) = 55.83%
R=41.67%
G=2.5%
B=55.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal503670.250.9600.74284.0691.4313.73
Hex32343196004A11c5be
Octal62310331140011243413316
Binary1100101110000111100111000000100101010001110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320343; }

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

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

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

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

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

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

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

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