#430254

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

Shades of Blackcurrant #430254

Tints of Blackcurrant #430254

Color information

#430254 (or 0x430254) is unknown color: approx Blackcurrant. HEX triplet: 43, 02 and 54. RGB value is (67,2,84). Sum of RGB (Red+Green+Blue) = 67+2+84=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #430254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430254 is #BCFDAB. Grayscale: #1E1E1E. Windows color (decimal): -12385708 or 5505603. OLE color: 5505603.

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

Color convert

RGB67284-
CMYK0.200.9800.67
HSL287.56º95.35%16.86%-
HSV(B)287.56º97.62%32.94%-
XYZ3.941.888.54-
YUV30.78158.03153.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.79%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 84 (33.20% from 255) = 54.90%
R=43.79%
G=1.31%
B=54.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal672840.200.9800.67287.5695.3516.86
Hex4325414620431205f11
Octal103212424142010344013721
Binary100001110101010010100110001001000011100100000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430254; }

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

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

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

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

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

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

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

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