#301548

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

Shades of Blackcurrant #301548

Tints of Blackcurrant #301548

Color information

#301548 (or 0x301548) is unknown color: approx Blackcurrant. HEX triplet: 30, 15 and 48. RGB value is (48,21,72). Sum of RGB (Red+Green+Blue) = 48+21+72=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #301548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301548 is #CFEAB7. Grayscale: #222222. Windows color (decimal): -13626040 or 4724016. OLE color: 4724016.

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

Color convert

RGB482172-
CMYK0.330.7100.72
HSL271.76º54.84%18.24%-
HSV(B)271.76º70.83%28.24%-
XYZ2.661.636.31-
YUV34.89148.95137.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 72 (28.52% from 255) = 51.06%
R=34.04%
G=14.89%
B=51.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4821720.330.7100.72271.7654.8418.24
Hex30154821470481103712
Octal60251104110701104206722
Binary11000010101100100010000110001110100100010001000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301548; }

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

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

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

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

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

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

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

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