#300554

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

Shades of Blackcurrant #300554

Tints of Blackcurrant #300554

Color information

#300554 (or 0x300554) is unknown color: approx Blackcurrant. HEX triplet: 30, 05 and 54. RGB value is (48,5,84). Sum of RGB (Red+Green+Blue) = 48+5+84=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #300554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300554 is #CFFAAB. Grayscale: #1A1A1A. Windows color (decimal): -13630124 or 5506352. OLE color: 5506352.

HSL color Cylindrical-coordinate representation of color #300554: hue angle of 272.66º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300554 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB48584-
CMYK0.430.9400.67
HSL272.66º88.76%17.45%-
HSV(B)272.66º94.05%32.94%-
XYZ2.871.388.5-
YUV26.86160.25143.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 84 (33.20% from 255) = 61.31%
R=35.04%
G=3.65%
B=61.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485840.430.9400.67272.6688.7617.45
Hex305542B5E0431115911
Octal60512453136010342113121
Binary1100001011010100101011101111001000011100010001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300554; }

 p { color: rgb(48,5,84); }

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

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

 a { background-color: rgb(48,5,84); }

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

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

 span { border-color: rgb(48,5,84); }

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