#430352

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

Shades of Blackcurrant #430352

Tints of Blackcurrant #430352

Color information

#430352 (or 0x430352) is unknown color: approx Blackcurrant. HEX triplet: 43, 03 and 52. RGB value is (67,3,82). Sum of RGB (Red+Green+Blue) = 67+3+82=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #430352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430352 is #BCFCAD. Grayscale: #1E1E1E. Windows color (decimal): -12385454 or 5374787. OLE color: 5374787.

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

Color convert

RGB67382-
CMYK0.180.9600.68
HSL288.61º92.94%16.67%-
HSV(B)288.61º96.34%32.16%-
XYZ3.871.878.14-
YUV31.14156.7153.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 82 (32.42% from 255) = 53.95%
R=44.08%
G=1.97%
B=53.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal673820.180.9600.68288.6192.9416.67
Hex4335212600441215d11
Octal103312222140010444113521
Binary100001111101001010010110000001000100100100001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430352; }

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

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

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

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

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

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

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

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