#300553

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

Shades of Blackcurrant #300553

Tints of Blackcurrant #300553

Color information

#300553 (or 0x300553) is unknown color: approx Blackcurrant. HEX triplet: 30, 05 and 53. RGB value is (48,5,83). Sum of RGB (Red+Green+Blue) = 48+5+83=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #300553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300553 is #CFFAAC. Grayscale: #1A1A1A. Windows color (decimal): -13630125 or 5440816. OLE color: 5440816.

HSL color Cylindrical-coordinate representation of color #300553: hue angle of 273.08º 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 #300553 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB48583-
CMYK0.420.9400.67
HSL273.08º88.64%17.25%-
HSV(B)273.08º93.98%32.55%-
XYZ2.831.368.3-
YUV26.75159.75143.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 83 (32.81% from 255) = 61.03%
R=35.29%
G=3.68%
B=61.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485830.420.9400.67273.0888.6417.25
Hex305532A5E0431115911
Octal60512352136010342113121
Binary1100001011010011101010101111001000011100010001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300553; }

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

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

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

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

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

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

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

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