#300547

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

Shades of Blackcurrant #300547

Tints of Blackcurrant #300547

Color information

#300547 (or 0x300547) is unknown color: approx Blackcurrant. HEX triplet: 30, 05 and 47. RGB value is (48,5,71). Sum of RGB (Red+Green+Blue) = 48+5+71=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #300547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300547 is #CFFAB8. Grayscale: #191919. Windows color (decimal): -13630137 or 4654384. OLE color: 4654384.

HSL color Cylindrical-coordinate representation of color #300547: hue angle of 279.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300547 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB48571-
CMYK0.320.9300.72
HSL279.09º86.84%14.9%-
HSV(B)279.09º92.96%27.84%-
XYZ2.411.196.06-
YUV25.38153.75144.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.71%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 71 (28.12% from 255) = 57.26%
R=38.71%
G=4.03%
B=57.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal485710.320.9300.72279.0986.8414.9
Hex30547205D04811757f
Octal60510740135011042712717
Binary110000101100011110000010111010100100010001011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300547; }

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

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

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

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

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

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

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

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