#300749

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

Shades of Blackcurrant #300749

Tints of Blackcurrant #300749

Color information

#300749 (or 0x300749) is unknown color: approx Blackcurrant. HEX triplet: 30, 07 and 49. RGB value is (48,7,73). Sum of RGB (Red+Green+Blue) = 48+7+73=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #300749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300749 is #CFF8B6. Grayscale: #1A1A1A. Windows color (decimal): -13629623 or 4785968. OLE color: 4785968.

HSL color Cylindrical-coordinate representation of color #300749: hue angle of 277.27º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300749 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB48773-
CMYK0.340.9000.71
HSL277.27º82.5%15.69%-
HSV(B)277.27º90.41%28.63%-
XYZ2.51.266.42-
YUV26.78154.08143.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 73 (28.91% from 255) = 57.03%
R=37.5%
G=5.47%
B=57.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal487730.340.9000.71277.2782.515.69
Hex30749225A0471155210
Octal60711142132010742512220
Binary1100001111001001100010101101001000111100010101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300749; }

 p { color: rgb(48,7,73); }

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

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

 a { background-color: rgb(48,7,73); }

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

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

 span { border-color: rgb(48,7,73); }

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