#301041

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

Shades of Blackcurrant #301041

Tints of Blackcurrant #301041

Color information

#301041 (or 0x301041) is unknown color: approx Blackcurrant. HEX triplet: 30, 10 and 41. RGB value is (48,16,65). Sum of RGB (Red+Green+Blue) = 48+16+65=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #301041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301041 is #CFEFBE. Grayscale: #1E1E1E. Windows color (decimal): -13627327 or 4263984. OLE color: 4263984.

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

Color convert

RGB481665-
CMYK0.260.7500.75
HSL279.18º60.49%15.88%-
HSV(B)279.18º75.38%25.49%-
XYZ2.361.385.14-
YUV31.15147.1140.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 65 (25.78% from 255) = 50.39%
R=37.21%
G=12.40%
B=50.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4816650.260.7500.75279.1860.4915.88
Hex3010411A4B04B1173c10
Octal60201013211301134277420
Binary1100001000010000011101010010110100101110001011111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301041; }

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

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

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

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

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

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

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

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