#430A52

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

Shades of Blackcurrant #430A52

Tints of Blackcurrant #430A52

Color information

#430A52 (or 0x430A52) is unknown color: approx Blackcurrant. HEX triplet: 43, 0A and 52. RGB value is (67,10,82). Sum of RGB (Red+Green+Blue) = 67+10+82=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #430A52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430A52 is #BCF5AD. Grayscale: #232323. Windows color (decimal): -12383662 or 5376579. OLE color: 5376579.

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

Color convert

RGB671082-
CMYK0.180.8800.68
HSL287.5º78.26%18.04%-
HSV(B)287.5º87.8%32.16%-
XYZ3.952.028.16-
YUV35.25154.38150.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.14%
GREEN value IS 10 (4.30% from 255) = 6.29%
BLUE value IS 82 (32.42% from 255) = 51.57%
R=42.14%
G=6.29%
B=51.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6710820.180.8800.68287.578.2618.04
Hex43A5212580441204e12
Octal1031212222130010444011622
Binary10000111010101001010010101100001000100100100000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430A52; }

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

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

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

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

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

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

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

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