#300049

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

Shades of Blackcurrant #300049

Tints of Blackcurrant #300049

Color information

#300049 (or 0x300049) is unknown color: approx Blackcurrant. HEX triplet: 30, 00 and 49. RGB value is (48,0,73). Sum of RGB (Red+Green+Blue) = 48+0+73=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #300049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300049 is #CFFFB6. Grayscale: #161616. Windows color (decimal): -13631415 or 4784176. OLE color: 4784176.

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

Color convert

RGB48073-
CMYK0.34100.71
HSL279.45º100%14.31%-
HSV(B)279.45º100%28.63%-
XYZ2.421.116.39-
YUV22.67156.4146.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 60.33%
R=39.67%
G=0%
B=60.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal480730.34100.71279.4510014.31
Hex30049226404711764e
Octal60011142144010742714416
Binary1100000100100110001011001000100011110001011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300049; }

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

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

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

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

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

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

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

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