#301049

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

Shades of Blackcurrant #301049

Tints of Blackcurrant #301049

Color information

#301049 (or 0x301049) is unknown color: approx Blackcurrant. HEX triplet: 30, 10 and 49. RGB value is (48,16,73). Sum of RGB (Red+Green+Blue) = 48+16+73=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #301049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301049 is #CFEFB6. Grayscale: #1F1F1F. Windows color (decimal): -13627319 or 4788272. OLE color: 4788272.

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

Color convert

RGB481673-
CMYK0.340.7800.71
HSL273.68º64.04%17.45%-
HSV(B)273.68º78.08%28.63%-
XYZ2.611.486.45-
YUV32.07151.1139.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 73 (28.91% from 255) = 53.28%
R=35.04%
G=11.68%
B=53.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4816730.340.7800.71273.6864.0417.45
Hex301049224E0471124011
Octal602011142116010742210021
Binary110000100001001001100010100111001000111100010010100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301049; }

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

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

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

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

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

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

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

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