#300351

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

Shades of Blackcurrant #300351

Tints of Blackcurrant #300351

Color information

#300351 (or 0x300351) is unknown color: approx Blackcurrant. HEX triplet: 30, 03 and 51. RGB value is (48,3,81). Sum of RGB (Red+Green+Blue) = 48+3+81=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #300351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300351 is #CFFCAE. Grayscale: #191919. Windows color (decimal): -13630639 or 5309232. OLE color: 5309232.

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

Color convert

RGB48381-
CMYK0.410.9600.68
HSL274.62º92.86%16.47%-
HSV(B)274.62º96.3%31.76%-
XYZ2.741.297.89-
YUV25.35159.41144.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 81 (32.03% from 255) = 61.36%
R=36.36%
G=2.27%
B=61.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal483810.410.9600.68274.6292.8616.47
Hex3035129600441135d10
Octal60312151140010442313520
Binary110000111010001101001110000001000100100010011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300351; }

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

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

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

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

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

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

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

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