#43004E

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

Shades of Blackcurrant #43004E

Tints of Blackcurrant #43004E

Color information

#43004E (or 0x43004E) is unknown color: approx Blackcurrant. HEX triplet: 43, 00 and 4E. RGB value is (67,0,78). Sum of RGB (Red+Green+Blue) = 67+0+78=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #43004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43004E is #BCFFB1. Grayscale: #1C1C1C. Windows color (decimal): -12386226 or 5111875. OLE color: 5111875.

HSL color Cylindrical-coordinate representation of color #43004E: hue angle of 291.54º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #43004E is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB67078-
CMYK0.14100.69
HSL291.54º100%15.29%-
HSV(B)291.54º100%30.59%-
XYZ3.691.747.35-
YUV28.92155.7155.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 53.79%
R=46.21%
G=0%
B=53.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal670780.14100.69291.5410015.29
Hex4304EE6404512464f
Octal103011616144010544414417
Binary100001101001110111011001000100010110010010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43004E; }

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

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

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

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

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

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

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

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