#321243

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

Shades of Blackcurrant #321243

Tints of Blackcurrant #321243

Color information

#321243 (or 0x321243) is unknown color: approx Blackcurrant. HEX triplet: 32, 12 and 43. RGB value is (50,18,67). Sum of RGB (Red+Green+Blue) = 50+18+67=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 67 - color contains mainly: blue. Hex color #321243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321243 is #CDEDBC. Grayscale: #202020. Windows color (decimal): -13495741 or 4395570. OLE color: 4395570.

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

Color convert

RGB501867-
CMYK0.250.7300.74
HSL279.18º57.65%16.67%-
HSV(B)279.18º73.13%26.27%-
XYZ2.541.525.47-
YUV33.15147.1140.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 67 (26.56% from 255) = 49.63%
R=37.04%
G=13.33%
B=49.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5018670.250.7300.74279.1857.6516.67
Hex321243194904A1173a11
Octal62221033111101124277221
Binary1100101001010000111100110010010100101010001011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321243; }

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

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

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

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

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

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

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

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