#300054

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

Shades of Blackcurrant #300054

Tints of Blackcurrant #300054

Color information

#300054 (or 0x300054) is unknown color: approx Blackcurrant. HEX triplet: 30, 00 and 54. RGB value is (48,0,84). Sum of RGB (Red+Green+Blue) = 48+0+84=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #300054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300054 is #CFFFAB. Grayscale: #171717. Windows color (decimal): -13631404 or 5505072. OLE color: 5505072.

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

Color convert

RGB48084-
CMYK0.43100.67
HSL274.29º100%16.47%-
HSV(B)274.29º100%32.94%-
XYZ2.821.278.48-
YUV23.93161.9145.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 63.64%
R=36.36%
G=0%
B=63.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal480840.43100.67274.2910016.47
Hex300542B640431126410
Octal60012453144010342214420
Binary11000001010100101011110010001000011100010010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300054; }

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

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

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

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

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

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

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

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