#300347

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

Shades of Blackcurrant #300347

Tints of Blackcurrant #300347

Color information

#300347 (or 0x300347) is unknown color: approx Blackcurrant. HEX triplet: 30, 03 and 47. RGB value is (48,3,71). Sum of RGB (Red+Green+Blue) = 48+3+71=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #300347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300347 is #CFFCB8. Grayscale: #171717. Windows color (decimal): -13630649 or 4653872. OLE color: 4653872.

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

Color convert

RGB48371-
CMYK0.320.9600.72
HSL279.71º91.89%14.51%-
HSV(B)279.71º95.77%27.84%-
XYZ2.391.156.06-
YUV24.21154.41144.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 71 (28.12% from 255) = 58.20%
R=39.34%
G=2.46%
B=58.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal483710.320.9600.72279.7191.8914.51
Hex3034720600481185cf
Octal60310740140011043013417
Binary11000011100011110000011000000100100010001100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300347; }

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

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

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

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

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

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

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

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