#430452

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

Shades of Blackcurrant #430452

Tints of Blackcurrant #430452

Color information

#430452 (or 0x430452) is unknown color: approx Blackcurrant. HEX triplet: 43, 04 and 52. RGB value is (67,4,82). Sum of RGB (Red+Green+Blue) = 67+4+82=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #430452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430452 is #BCFBAD. Grayscale: #1F1F1F. Windows color (decimal): -12385198 or 5375043. OLE color: 5375043.

HSL color Cylindrical-coordinate representation of color #430452: hue angle of 288.46º 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 #430452 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB67482-
CMYK0.180.9500.68
HSL288.46º90.7%16.86%-
HSV(B)288.46º95.12%32.16%-
XYZ3.881.898.14-
YUV31.73156.37153.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.79%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 82 (32.42% from 255) = 53.59%
R=43.79%
G=2.61%
B=53.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal674820.180.9500.68288.4690.716.86
Hex43452125F0441205b11
Octal103412222137010444013321
Binary1000011100101001010010101111101000100100100000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430452; }

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

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

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

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

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

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

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

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