#301340

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

Shades of Blackcurrant #301340

Tints of Blackcurrant #301340

Color information

#301340 (or 0x301340) is unknown color: approx Blackcurrant. HEX triplet: 30, 13 and 40. RGB value is (48,19,64). Sum of RGB (Red+Green+Blue) = 48+19+64=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #301340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301340 is #CFECBF. Grayscale: #202020. Windows color (decimal): -13626560 or 4199216. OLE color: 4199216.

HSL color Cylindrical-coordinate representation of color #301340: hue angle of 278.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #301340 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB481964-
CMYK0.250.7000.75
HSL278.67º54.22%16.27%-
HSV(B)278.67º70.31%25.1%-
XYZ2.381.465.01-
YUV32.8145.61138.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=36.64%
G=14.50%
B=48.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4819640.250.7000.75278.6754.2216.27
Hex301340194604B1173610
Octal60231003110601134276620
Binary1100001001110000001100110001100100101110001011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301340; }

 p { color: rgb(48,19,64); }

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

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

 a { background-color: rgb(48,19,64); }

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

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

 span { border-color: rgb(48,19,64); }

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