#301947

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

Shades of Blackcurrant #301947

Tints of Blackcurrant #301947

Color information

#301947 (or 0x301947) is unknown color: approx Blackcurrant. HEX triplet: 30, 19 and 47. RGB value is (48,25,71). Sum of RGB (Red+Green+Blue) = 48+25+71=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #301947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301947 is #CFE6B8. Grayscale: #242424. Windows color (decimal): -13625017 or 4659504. OLE color: 4659504.

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

Color convert

RGB482571-
CMYK0.320.6500.72
HSL270º47.92%18.82%-
HSV(B)270º64.79%27.84%-
XYZ2.71.786.16-
YUV37.12147.12135.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.33%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 71 (28.12% from 255) = 49.31%
R=33.33%
G=17.36%
B=49.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4825710.320.6500.7227047.9218.82
Hex301947204104810e3013
Octal60311074010101104166023
Binary11000011001100011110000010000010100100010000111011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301947; }

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

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

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

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

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

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

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

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