#300544

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

Shades of Blackcurrant #300544

Tints of Blackcurrant #300544

Color information

#300544 (or 0x300544) is unknown color: approx Blackcurrant. HEX triplet: 30, 05 and 44. RGB value is (48,5,68). Sum of RGB (Red+Green+Blue) = 48+5+68=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #300544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300544 is #CFFABB. Grayscale: #181818. Windows color (decimal): -13630140 or 4457776. OLE color: 4457776.

HSL color Cylindrical-coordinate representation of color #300544: hue angle of 280.95º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300544 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB48568-
CMYK0.290.9300.73
HSL280.95º86.3%14.31%-
HSV(B)280.95º92.65%26.67%-
XYZ2.321.155.57-
YUV25.04152.25144.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 68 (26.95% from 255) = 56.20%
R=39.67%
G=4.13%
B=56.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal485680.290.9300.73280.9586.314.31
Hex305441D5D04911956e
Octal60510435135011143112616
Binary11000010110001001110110111010100100110001100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300544; }

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

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

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

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

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

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

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

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