#300641

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

Shades of Blackcurrant #300641

Tints of Blackcurrant #300641

Color information

#300641 (or 0x300641) is unknown color: approx Blackcurrant. HEX triplet: 30, 06 and 41. RGB value is (48,6,65). Sum of RGB (Red+Green+Blue) = 48+6+65=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #300641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300641 is #CFF9BE. Grayscale: #191919. Windows color (decimal): -13629887 or 4261424. OLE color: 4261424.

HSL color Cylindrical-coordinate representation of color #300641: hue angle of 282.71º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300641 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB48665-
CMYK0.260.9100.75
HSL282.71º83.1%13.92%-
HSV(B)282.71º90.77%25.49%-
XYZ2.241.145.1-
YUV25.28150.41144.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 6 (2.73% from 255) = 5.04%
BLUE value IS 65 (25.78% from 255) = 54.62%
R=40.34%
G=5.04%
B=54.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal486650.260.9100.75282.7183.113.92
Hex306411A5B04B11b53e
Octal60610132133011343312316
Binary11000011010000011101010110110100101110001101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300641; }

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

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

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

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

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

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

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

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