#301545

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

Shades of Blackcurrant #301545

Tints of Blackcurrant #301545

Color information

#301545 (or 0x301545) is unknown color: approx Blackcurrant. HEX triplet: 30, 15 and 45. RGB value is (48,21,69). Sum of RGB (Red+Green+Blue) = 48+21+69=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #301545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301545 is #CFEABA. Grayscale: #222222. Windows color (decimal): -13626043 or 4527408. OLE color: 4527408.

HSL color Cylindrical-coordinate representation of color #301545: hue angle of 273.75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #301545 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB482169-
CMYK0.300.7000.73
HSL273.75º53.33%17.65%-
HSV(B)273.75º69.57%27.06%-
XYZ2.561.595.8-
YUV34.54147.45137.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 69 (27.34% from 255) = 50%
R=34.78%
G=15.22%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4821690.300.7000.73273.7553.3317.65
Hex3015451E460491123512
Octal60251053610601114226522
Binary1100001010110001011111010001100100100110001001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301545; }

 p { color: rgb(48,21,69); }

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

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

 a { background-color: rgb(48,21,69); }

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

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

 span { border-color: rgb(48,21,69); }

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