#430051

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

Shades of Blackcurrant #430051

Tints of Blackcurrant #430051

Color information

#430051 (or 0x430051) is unknown color: approx Blackcurrant. HEX triplet: 43, 00 and 51. RGB value is (67,0,81). Sum of RGB (Red+Green+Blue) = 67+0+81=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #430051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430051 is #BCFFAE. Grayscale: #1D1D1D. Windows color (decimal): -12386223 or 5308483. OLE color: 5308483.

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

Color convert

RGB67081-
CMYK0.17100.68
HSL289.63º100%15.88%-
HSV(B)289.63º100%31.76%-
XYZ3.81.797.93-
YUV29.27157.2154.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 54.73%
R=45.27%
G=0%
B=54.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal670810.17100.68289.6310015.88
Hex4305111640441226410
Octal103012121144010444214420
Binary10000110101000110001110010001000100100100010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430051; }

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

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

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

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

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

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

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

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