#430357

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

Shades of Blackcurrant #430357

Tints of Blackcurrant #430357

Color information

#430357 (or 0x430357) is unknown color: approx Blackcurrant. HEX triplet: 43, 03 and 57. RGB value is (67,3,87). Sum of RGB (Red+Green+Blue) = 67+3+87=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #430357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430357 is #BCFCA8. Grayscale: #1F1F1F. Windows color (decimal): -12385449 or 5702467. OLE color: 5702467.

HSL color Cylindrical-coordinate representation of color #430357: hue angle of 285.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430357 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB67387-
CMYK0.230.9700.66
HSL285.71º93.33%17.65%-
HSV(B)285.71º96.55%34.12%-
XYZ4.071.959.18-
YUV31.71159.2153.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.68%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 87 (34.38% from 255) = 55.41%
R=42.68%
G=1.91%
B=55.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal673870.230.9700.66285.7193.3317.65
Hex43357176104211e5d12
Octal103312727141010243613522
Binary100001111101011110111110000101000010100011110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430357; }

 p { color: rgb(67,3,87); }

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

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

 a { background-color: rgb(67,3,87); }

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

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

 span { border-color: rgb(67,3,87); }

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