#430450

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

Shades of Blackcurrant #430450

Tints of Blackcurrant #430450

Color information

#430450 (or 0x430450) is unknown color: approx Blackcurrant. HEX triplet: 43, 04 and 50. RGB value is (67,4,80). Sum of RGB (Red+Green+Blue) = 67+4+80=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #430450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430450 is #BCFBAF. Grayscale: #1F1F1F. Windows color (decimal): -12385200 or 5243971. OLE color: 5243971.

HSL color Cylindrical-coordinate representation of color #430450: hue angle of 289.74º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430450 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB67480-
CMYK0.160.9500.69
HSL289.74º90.48%16.47%-
HSV(B)289.74º95%31.37%-
XYZ3.811.867.75-
YUV31.5155.37153.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.37%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 80 (31.64% from 255) = 52.98%
R=44.37%
G=2.65%
B=52.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal674800.160.9500.69289.7490.4816.47
Hex43450105F0451225a10
Octal103412020137010544213220
Binary1000011100101000010000101111101000101100100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430450; }

 p { color: rgb(67,4,80); }

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

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

 a { background-color: rgb(67,4,80); }

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

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

 span { border-color: rgb(67,4,80); }

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