#301441

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

Shades of Blackcurrant #301441

Tints of Blackcurrant #301441

Color information

#301441 (or 0x301441) is unknown color: approx Blackcurrant. HEX triplet: 30, 14 and 41. RGB value is (48,20,65). Sum of RGB (Red+Green+Blue) = 48+20+65=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #301441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301441 is #CFEBBE. Grayscale: #212121. Windows color (decimal): -13626303 or 4265008. OLE color: 4265008.

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

Color convert

RGB482065-
CMYK0.260.6900.75
HSL277.33º52.94%16.67%-
HSV(B)277.33º69.23%25.49%-
XYZ2.421.515.16-
YUV33.5145.78138.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 65 (25.78% from 255) = 48.87%
R=36.09%
G=15.04%
B=48.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4820650.260.6900.75277.3352.9416.67
Hex3014411A4504B1153511
Octal60241013210501134256521
Binary1100001010010000011101010001010100101110001010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301441; }

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

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

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

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

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

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

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

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