#430250

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

Shades of Blackcurrant #430250

Tints of Blackcurrant #430250

Color information

#430250 (or 0x430250) is unknown color: approx Blackcurrant. HEX triplet: 43, 02 and 50. RGB value is (67,2,80). Sum of RGB (Red+Green+Blue) = 67+2+80=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #430250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430250 is #BCFDAF. Grayscale: #1E1E1E. Windows color (decimal): -12385712 or 5243459. OLE color: 5243459.

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

Color convert

RGB67280-
CMYK0.160.9800.69
HSL290º95.12%16.08%-
HSV(B)290º97.5%31.37%-
XYZ3.781.827.74-
YUV30.33156.03154.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.97%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=44.97%
G=1.34%
B=53.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal672800.160.9800.6929095.1216.08
Hex4325010620451225f10
Octal103212020142010544213720
Binary100001110101000010000110001001000101100100010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430250; }

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

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

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

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

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

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

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

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