#430256

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

Shades of Blackcurrant #430256

Tints of Blackcurrant #430256

Color information

#430256 (or 0x430256) is unknown color: approx Blackcurrant. HEX triplet: 43, 02 and 56. RGB value is (67,2,86). Sum of RGB (Red+Green+Blue) = 67+2+86=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #430256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430256 is #BCFDA9. Grayscale: #1E1E1E. Windows color (decimal): -12385706 or 5636675. OLE color: 5636675.

HSL color Cylindrical-coordinate representation of color #430256: hue angle of 286.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430256 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB67286-
CMYK0.220.9800.66
HSL286.43º95.45%17.25%-
HSV(B)286.43º97.67%33.73%-
XYZ4.021.918.96-
YUV31.01159.03153.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.23%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 86 (33.98% from 255) = 55.48%
R=43.23%
G=1.29%
B=55.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal672860.220.9800.66286.4395.4517.25
Hex43256166204211e5f11
Octal103212626142010243613721
Binary100001110101011010110110001001000010100011110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430256; }

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

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

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

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

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

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

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

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