#300551

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

Shades of Blackcurrant #300551

Tints of Blackcurrant #300551

Color information

#300551 (or 0x300551) is unknown color: approx Blackcurrant. HEX triplet: 30, 05 and 51. RGB value is (48,5,81). Sum of RGB (Red+Green+Blue) = 48+5+81=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #300551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300551 is #CFFAAE. Grayscale: #1A1A1A. Windows color (decimal): -13630127 or 5309744. OLE color: 5309744.

HSL color Cylindrical-coordinate representation of color #300551: hue angle of 273.95º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300551 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB48581-
CMYK0.410.9400.68
HSL273.95º88.37%16.86%-
HSV(B)273.95º93.83%31.76%-
XYZ2.761.337.9-
YUV26.52158.75143.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 81 (32.03% from 255) = 60.45%
R=35.82%
G=3.73%
B=60.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal485810.410.9400.68273.9588.3716.86
Hex30551295E0441125811
Octal60512151136010442213021
Binary1100001011010001101001101111001000100100010010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300551; }

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

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

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

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

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

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

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

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