#301543

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

Shades of Blackcurrant #301543

Tints of Blackcurrant #301543

Color information

#301543 (or 0x301543) is unknown color: approx Blackcurrant. HEX triplet: 30, 15 and 43. RGB value is (48,21,67). Sum of RGB (Red+Green+Blue) = 48+21+67=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #301543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301543 is #CFEABC. Grayscale: #222222. Windows color (decimal): -13626045 or 4396336. OLE color: 4396336.

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

Color convert

RGB482167-
CMYK0.280.6900.74
HSL275.22º52.27%17.25%-
HSV(B)275.22º68.66%26.27%-
XYZ2.51.575.48-
YUV34.32146.45137.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 67 (26.56% from 255) = 49.26%
R=35.29%
G=15.44%
B=49.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4821670.280.6900.74275.2252.2717.25
Hex3015431C4504A1133411
Octal60251033410501124236421
Binary1100001010110000111110010001010100101010001001111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301543; }

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

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

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

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

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

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

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

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