#301050

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

Shades of Blackcurrant #301050

Tints of Blackcurrant #301050

Color information

#301050 (or 0x301050) is unknown color: approx Blackcurrant. HEX triplet: 30, 10 and 50. RGB value is (48,16,80). Sum of RGB (Red+Green+Blue) = 48+16+80=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #301050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301050 is #CFEFAF. Grayscale: #202020. Windows color (decimal): -13627312 or 5247024. OLE color: 5247024.

HSL color Cylindrical-coordinate representation of color #301050: hue angle of 270º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301050 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB481680-
CMYK0.400.8000.69
HSL270º66.67%18.82%-
HSV(B)270º80%31.37%-
XYZ2.851.587.74-
YUV32.86154.6138.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.33%
GREEN value IS 16 (6.64% from 255) = 11.11%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=33.33%
G=11.11%
B=55.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4816800.400.8000.6927066.6718.82
Hex301050285004510e4313
Octal602012050120010541610323
Binary110000100001010000101000101000001000101100001110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301050; }

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

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

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

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

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

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

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

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