#300449

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

Shades of Blackcurrant #300449

Tints of Blackcurrant #300449

Color information

#300449 (or 0x300449) is unknown color: approx Blackcurrant. HEX triplet: 30, 04 and 49. RGB value is (48,4,73). Sum of RGB (Red+Green+Blue) = 48+4+73=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #300449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300449 is #CFFBB6. Grayscale: #181818. Windows color (decimal): -13630391 or 4785200. OLE color: 4785200.

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

Color convert

RGB48473-
CMYK0.340.9500.71
HSL278.26º89.61%15.1%-
HSV(B)278.26º94.52%28.63%-
XYZ2.461.26.4-
YUV25.02155.08144.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 73 (28.91% from 255) = 58.4%
R=38.4%
G=3.2%
B=58.4%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal484730.340.9500.71278.2689.6115.1
Hex30449225F0471165af
Octal60411142137010742613217
Binary110000100100100110001010111110100011110001011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300449; }

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

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

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

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

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

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

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

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