#300947

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

Shades of Blackcurrant #300947

Tints of Blackcurrant #300947

Color information

#300947 (or 0x300947) is unknown color: approx Blackcurrant. HEX triplet: 30, 09 and 47. RGB value is (48,9,71). Sum of RGB (Red+Green+Blue) = 48+9+71=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #300947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300947 is #CFF6B8. Grayscale: #1B1B1B. Windows color (decimal): -13629113 or 4655408. OLE color: 4655408.

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

Color convert

RGB48971-
CMYK0.320.8700.72
HSL277.74º77.5%15.69%-
HSV(B)277.74º87.32%27.84%-
XYZ2.451.286.08-
YUV27.73152.42142.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 71 (28.12% from 255) = 55.47%
R=37.5%
G=7.03%
B=55.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal489710.320.8700.72277.7477.515.69
Hex3094720570481164e10
Octal601110740127011042611620
Binary11000010011000111100000101011101001000100010110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300947; }

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

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

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

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

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

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

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

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