#301347

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

Shades of Blackcurrant #301347

Tints of Blackcurrant #301347

Color information

#301347 (or 0x301347) is unknown color: approx Blackcurrant. HEX triplet: 30, 13 and 47. RGB value is (48,19,71). Sum of RGB (Red+Green+Blue) = 48+19+71=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #301347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301347 is #CFECB8. Grayscale: #212121. Windows color (decimal): -13626553 or 4657968. OLE color: 4657968.

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

Color convert

RGB481971-
CMYK0.320.7300.72
HSL273.46º57.78%17.65%-
HSV(B)273.46º73.24%27.84%-
XYZ2.591.556.12-
YUV33.6149.11138.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 71 (28.12% from 255) = 51.45%
R=34.78%
G=13.77%
B=51.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4819710.320.7300.72273.4657.7817.65
Hex30134720490481113a12
Octal60231074011101104217222
Binary11000010011100011110000010010010100100010001000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301347; }

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

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

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

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

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

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

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

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