#430551

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

Shades of Blackcurrant #430551

Tints of Blackcurrant #430551

Color information

#430551 (or 0x430551) is unknown color: approx Blackcurrant. HEX triplet: 43, 05 and 51. RGB value is (67,5,81). Sum of RGB (Red+Green+Blue) = 67+5+81=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #430551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430551 is #BCFAAE. Grayscale: #1F1F1F. Windows color (decimal): -12384943 or 5309763. OLE color: 5309763.

HSL color Cylindrical-coordinate representation of color #430551: hue angle of 288.95º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430551 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB67581-
CMYK0.170.9400.68
HSL288.95º88.37%16.86%-
HSV(B)288.95º93.83%31.76%-
XYZ3.851.97.95-
YUV32.2155.54152.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.79%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 81 (32.03% from 255) = 52.94%
R=43.79%
G=3.27%
B=52.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal675810.170.9400.68288.9588.3716.86
Hex43551115E0441215811
Octal103512121136010444113021
Binary1000011101101000110001101111001000100100100001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430551; }

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

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

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

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

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

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

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

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