#430351

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

Shades of Blackcurrant #430351

Tints of Blackcurrant #430351

Color information

#430351 (or 0x430351) is unknown color: approx Blackcurrant. HEX triplet: 43, 03 and 51. RGB value is (67,3,81). Sum of RGB (Red+Green+Blue) = 67+3+81=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #430351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430351 is #BCFCAE. Grayscale: #1E1E1E. Windows color (decimal): -12385455 or 5309251. OLE color: 5309251.

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

Color convert

RGB67381-
CMYK0.170.9600.68
HSL289.23º92.86%16.47%-
HSV(B)289.23º96.3%31.76%-
XYZ3.831.857.94-
YUV31.03156.2153.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.37%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=44.37%
G=1.99%
B=53.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal673810.170.9600.68289.2392.8616.47
Hex4335111600441215d10
Octal103312121140010444113520
Binary100001111101000110001110000001000100100100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430351; }

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

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

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

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

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

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

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

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