#301247

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

Shades of Blackcurrant #301247

Tints of Blackcurrant #301247

Color information

#301247 (or 0x301247) is unknown color: approx Blackcurrant. HEX triplet: 30, 12 and 47. RGB value is (48,18,71). Sum of RGB (Red+Green+Blue) = 48+18+71=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #301247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301247 is #CFEDB8. Grayscale: #202020. Windows color (decimal): -13626809 or 4657712. OLE color: 4657712.

HSL color Cylindrical-coordinate representation of color #301247: hue angle of 273.96º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301247 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB481871-
CMYK0.320.7500.72
HSL273.96º59.55%17.45%-
HSV(B)273.96º74.65%27.84%-
XYZ2.571.526.12-
YUV33.01149.44138.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 71 (28.12% from 255) = 51.82%
R=35.04%
G=13.14%
B=51.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4818710.320.7500.72273.9659.5517.45
Hex301247204B0481123c11
Octal60221074011301104227421
Binary11000010010100011110000010010110100100010001001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301247; }

 p { color: rgb(48,18,71); }

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

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

 a { background-color: rgb(48,18,71); }

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

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

 span { border-color: rgb(48,18,71); }

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