#430850

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

Shades of Blackcurrant #430850

Tints of Blackcurrant #430850

Color information

#430850 (or 0x430850) is unknown color: approx Blackcurrant. HEX triplet: 43, 08 and 50. RGB value is (67,8,80). Sum of RGB (Red+Green+Blue) = 67+8+80=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #430850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430850 is #BCF7AF. Grayscale: #212121. Windows color (decimal): -12384176 or 5244995. OLE color: 5244995.

HSL color Cylindrical-coordinate representation of color #430850: hue angle of 289.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430850 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB67880-
CMYK0.160.9000.69
HSL289.17º81.82%17.25%-
HSV(B)289.17º90%31.37%-
XYZ3.851.957.76-
YUV33.85154.05151.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.23%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=43.23%
G=5.16%
B=51.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal678800.160.9000.69289.1781.8217.25
Hex43850105A0451215211
Octal1031012020132010544112221
Binary10000111000101000010000101101001000101100100001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430850; }

 p { color: rgb(67,8,80); }

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

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

 a { background-color: rgb(67,8,80); }

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

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

 span { border-color: rgb(67,8,80); }

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