#310450

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

Shades of Blackcurrant #310450

Tints of Blackcurrant #310450

Color information

#310450 (or 0x310450) is unknown color: approx Blackcurrant. HEX triplet: 31, 04 and 50. RGB value is (49,4,80). Sum of RGB (Red+Green+Blue) = 49+4+80=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #310450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310450 is #CEFBAF. Grayscale: #191919. Windows color (decimal): -13564848 or 5243953. OLE color: 5243953.

HSL color Cylindrical-coordinate representation of color #310450: hue angle of 275.53º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310450 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB49480-
CMYK0.390.9500.69
HSL275.53º90.48%16.47%-
HSV(B)275.53º95%31.37%-
XYZ2.761.327.7-
YUV26.12158.41144.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 80 (31.64% from 255) = 60.15%
R=36.84%
G=3.01%
B=60.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal494800.390.9500.69275.5390.4816.47
Hex31450275F0451145a10
Octal61412047137010542413220
Binary1100011001010000100111101111101000101100010100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310450; }

 p { color: rgb(49,4,80); }

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

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

 a { background-color: rgb(49,4,80); }

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

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

 span { border-color: rgb(49,4,80); }

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