#301149

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

Shades of Blackcurrant #301149

Tints of Blackcurrant #301149

Color information

#301149 (or 0x301149) is unknown color: approx Blackcurrant. HEX triplet: 30, 11 and 49. RGB value is (48,17,73). Sum of RGB (Red+Green+Blue) = 48+17+73=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #301149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301149 is #CFEEB6. Grayscale: #202020. Windows color (decimal): -13627063 or 4788528. OLE color: 4788528.

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

Color convert

RGB481773-
CMYK0.340.7700.71
HSL273.21º62.22%17.65%-
HSV(B)273.21º76.71%28.63%-
XYZ2.621.516.46-
YUV32.65150.77138.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 73 (28.91% from 255) = 52.90%
R=34.78%
G=12.32%
B=52.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4817730.340.7700.71273.2162.2217.65
Hex301149224D0471113e12
Octal60211114211501074217622
Binary11000010001100100110001010011010100011110001000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301149; }

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

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

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

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

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

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

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

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