#301341

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

Shades of Blackcurrant #301341

Tints of Blackcurrant #301341

Color information

#301341 (or 0x301341) is unknown color: approx Blackcurrant. HEX triplet: 30, 13 and 41. RGB value is (48,19,65). Sum of RGB (Red+Green+Blue) = 48+19+65=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #301341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301341 is #CFECBE. Grayscale: #202020. Windows color (decimal): -13626559 or 4264752. OLE color: 4264752.

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

Color convert

RGB481965-
CMYK0.260.7100.75
HSL277.83º54.76%16.47%-
HSV(B)277.83º70.77%25.49%-
XYZ2.411.485.16-
YUV32.92146.11138.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=36.36%
G=14.39%
B=49.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4819650.260.7100.75277.8354.7616.47
Hex3013411A4704B1163710
Octal60231013210701134266720
Binary1100001001110000011101010001110100101110001011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301341; }

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

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

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

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

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

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

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

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