#430358

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

Shades of Blackcurrant #430358

Tints of Blackcurrant #430358

Color information

#430358 (or 0x430358) is unknown color: approx Blackcurrant. HEX triplet: 43, 03 and 58. RGB value is (67,3,88). Sum of RGB (Red+Green+Blue) = 67+3+88=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #430358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430358 is #BCFCA7. Grayscale: #1F1F1F. Windows color (decimal): -12385448 or 5768003. OLE color: 5768003.

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

Color convert

RGB67388-
CMYK0.240.9700.65
HSL285.18º93.41%17.84%-
HSV(B)285.18º96.59%34.51%-
XYZ4.111.969.39-
YUV31.83159.7153.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.41%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 88 (34.77% from 255) = 55.70%
R=42.41%
G=1.90%
B=55.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal673880.240.9700.65285.1893.4117.84
Hex43358186104111d5d12
Octal103313030141010143513522
Binary100001111101100011000110000101000001100011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430358; }

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

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

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

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

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

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

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

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