#430258

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

Shades of Blackcurrant #430258

Tints of Blackcurrant #430258

Color information

#430258 (or 0x430258) is unknown color: approx Blackcurrant. HEX triplet: 43, 02 and 58. RGB value is (67,2,88). Sum of RGB (Red+Green+Blue) = 67+2+88=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #430258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430258 is #BCFDA7. Grayscale: #1E1E1E. Windows color (decimal): -12385704 or 5767747. OLE color: 5767747.

HSL color Cylindrical-coordinate representation of color #430258: hue angle of 285.35º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430258 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB67288-
CMYK0.240.9800.65
HSL285.35º95.56%17.65%-
HSV(B)285.35º97.73%34.51%-
XYZ4.11.949.39-
YUV31.24160.03153.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.68%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=42.68%
G=1.27%
B=56.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal672880.240.9800.65285.3595.5617.65
Hex43258186204111d6012
Octal103213030142010143514022
Binary100001110101100011000110001001000001100011101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430258; }

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

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

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

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

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

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

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

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