#301539

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

Shades of Blackcurrant #301539

Tints of Blackcurrant #301539

Color information

#301539 (or 0x301539) is unknown color: approx Blackcurrant. HEX triplet: 30, 15 and 39. RGB value is (48,21,57). Sum of RGB (Red+Green+Blue) = 48+21+57=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #301539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301539 is #CFEAC6. Grayscale: #212121. Windows color (decimal): -13626055 or 3740976. OLE color: 3740976.

HSL color Cylindrical-coordinate representation of color #301539: hue angle of 285º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #301539 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB482157-
CMYK0.160.6300.78
HSL285º46.15%15.29%-
HSV(B)285º63.16%22.35%-
XYZ2.231.464.04-
YUV33.18141.45138.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 57 (22.66% from 255) = 45.24%
R=38.10%
G=16.67%
B=45.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4821570.160.6300.7828546.1515.29
Hex301539103F04E11d2ef
Octal602571207701164355617
Binary1100001010111100110000111111010011101000111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301539; }

 p { color: rgb(48,21,57); }

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

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

 a { background-color: rgb(48,21,57); }

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

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

 span { border-color: rgb(48,21,57); }

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