#301941

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

Shades of Blackcurrant #301941

Tints of Blackcurrant #301941

Color information

#301941 (or 0x301941) is unknown color: approx Blackcurrant. HEX triplet: 30, 19 and 41. RGB value is (48,25,65). Sum of RGB (Red+Green+Blue) = 48+25+65=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #301941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301941 is #CFE6BE. Grayscale: #242424. Windows color (decimal): -13625023 or 4266288. OLE color: 4266288.

HSL color Cylindrical-coordinate representation of color #301941: hue angle of 274.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301941 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB482565-
CMYK0.260.6200.75
HSL274.5º44.44%17.65%-
HSV(B)274.5º61.54%25.49%-
XYZ2.521.715.2-
YUV36.44144.12136.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 65 (25.78% from 255) = 47.10%
R=34.78%
G=18.12%
B=47.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4825650.260.6200.75274.544.4417.65
Hex3019411A3E04B1122c12
Octal6031101327601134225422
Binary110000110011000001110101111100100101110001001010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301941; }

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

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

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

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

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

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

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

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