#430451

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

Shades of Blackcurrant #430451

Tints of Blackcurrant #430451

Color information

#430451 (or 0x430451) is unknown color: approx Blackcurrant. HEX triplet: 43, 04 and 51. RGB value is (67,4,81). Sum of RGB (Red+Green+Blue) = 67+4+81=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #430451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430451 is #BCFBAE. Grayscale: #1F1F1F. Windows color (decimal): -12385199 or 5309507. OLE color: 5309507.

HSL color Cylindrical-coordinate representation of color #430451: hue angle of 289.09º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430451 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB67481-
CMYK0.170.9500.68
HSL289.09º90.59%16.67%-
HSV(B)289.09º95.06%31.76%-
XYZ3.841.877.94-
YUV31.61155.87153.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 81 (32.03% from 255) = 53.29%
R=44.08%
G=2.63%
B=53.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal674810.170.9500.68289.0990.5916.67
Hex43451115F0441215b11
Octal103412121137010444113321
Binary1000011100101000110001101111101000100100100001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430451; }

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

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

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

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

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

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

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

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