#300744

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

Shades of Blackcurrant #300744

Tints of Blackcurrant #300744

Color information

#300744 (or 0x300744) is unknown color: approx Blackcurrant. HEX triplet: 30, 07 and 44. RGB value is (48,7,68). Sum of RGB (Red+Green+Blue) = 48+7+68=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #300744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300744 is #CFF8BB. Grayscale: #1A1A1A. Windows color (decimal): -13629628 or 4458288. OLE color: 4458288.

HSL color Cylindrical-coordinate representation of color #300744: hue angle of 280.33º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300744 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB48768-
CMYK0.290.9000.73
HSL280.33º81.33%14.71%-
HSV(B)280.33º89.71%26.67%-
XYZ2.341.25.58-
YUV26.21151.58143.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 7 (3.12% from 255) = 5.69%
BLUE value IS 68 (26.95% from 255) = 55.28%
R=39.02%
G=5.69%
B=55.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal487680.290.9000.73280.3381.3314.71
Hex307441D5A04911851f
Octal60710435132011143012117
Binary11000011110001001110110110100100100110001100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300744; }

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

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

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

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

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

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

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

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