#300650

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

Shades of Blackcurrant #300650

Tints of Blackcurrant #300650

Color information

#300650 (or 0x300650) is unknown color: approx Blackcurrant. HEX triplet: 30, 06 and 50. RGB value is (48,6,80). Sum of RGB (Red+Green+Blue) = 48+6+80=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #300650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300650 is #CFF9AF. Grayscale: #1A1A1A. Windows color (decimal): -13629872 or 5244464. OLE color: 5244464.

HSL color Cylindrical-coordinate representation of color #300650: hue angle of 274.05º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300650 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB48680-
CMYK0.400.9200.69
HSL274.05º86.05%16.86%-
HSV(B)274.05º92.5%31.37%-
XYZ2.731.347.7-
YUV26.99157.91142.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 6 (2.73% from 255) = 4.48%
BLUE value IS 80 (31.64% from 255) = 59.70%
R=35.82%
G=4.48%
B=59.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal486800.400.9200.69274.0586.0516.86
Hex30650285C0451125611
Octal60612050134010542212621
Binary1100001101010000101000101110001000101100010010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300650; }

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

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

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

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

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

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

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

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