#430554

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

Shades of Blackcurrant #430554

Tints of Blackcurrant #430554

Color information

#430554 (or 0x430554) is unknown color: approx Blackcurrant. HEX triplet: 43, 05 and 54. RGB value is (67,5,84). Sum of RGB (Red+Green+Blue) = 67+5+84=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #430554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430554 is #BCFAAB. Grayscale: #202020. Windows color (decimal): -12384940 or 5506371. OLE color: 5506371.

HSL color Cylindrical-coordinate representation of color #430554: hue angle of 287.09º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430554 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB67584-
CMYK0.200.9400.67
HSL287.09º88.76%17.45%-
HSV(B)287.09º94.05%32.94%-
XYZ3.971.948.55-
YUV32.54157.04152.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.95%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 84 (33.20% from 255) = 53.85%
R=42.95%
G=3.21%
B=53.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal675840.200.9400.67287.0988.7617.45
Hex43554145E04311f5911
Octal103512424136010343713121
Binary1000011101101010010100101111001000011100011111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430554; }

 p { color: rgb(67,5,84); }

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

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

 a { background-color: rgb(67,5,84); }

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

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

 span { border-color: rgb(67,5,84); }

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