#300048

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

Shades of Blackcurrant #300048

Tints of Blackcurrant #300048

Color information

#300048 (or 0x300048) is unknown color: approx Blackcurrant. HEX triplet: 30, 00 and 48. RGB value is (48,0,72). Sum of RGB (Red+Green+Blue) = 48+0+72=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #300048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300048 is #CFFFB7. Grayscale: #161616. Windows color (decimal): -13631416 or 4718640. OLE color: 4718640.

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

Color convert

RGB48072-
CMYK0.33100.72
HSL280º100%14.12%-
HSV(B)280º100%28.24%-
XYZ2.391.16.22-
YUV22.56155.9146.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 60%
R=40%
G=0%
B=60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal480720.33100.7228010014.12
Hex30048216404811864e
Octal60011041144011043014416
Binary1100000100100010000111001000100100010001100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300048; }

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

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

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

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

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

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

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

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