#301A41

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

Shades of Blackcurrant #301A41

Tints of Blackcurrant #301A41

Color information

#301A41 (or 0x301A41) is unknown color: approx Blackcurrant. HEX triplet: 30, 1A and 41. RGB value is (48,26,65). Sum of RGB (Red+Green+Blue) = 48+26+65=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #301A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A41 is #CFE5BE. Grayscale: #242424. Windows color (decimal): -13624767 or 4266544. OLE color: 4266544.

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

Color convert

RGB482665-
CMYK0.260.6000.75
HSL273.85º42.86%17.84%-
HSV(B)273.85º60%25.49%-
XYZ2.541.755.2-
YUV37.02143.79135.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 26 (10.55% from 255) = 18.71%
BLUE value IS 65 (25.78% from 255) = 46.76%
R=34.53%
G=18.71%
B=46.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4826650.260.6000.75273.8542.8617.84
Hex301A411A3C04B1122b12
Octal6032101327401134225322
Binary110000110101000001110101111000100101110001001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301A41; }

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

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

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

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

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

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

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

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