#43044D

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

Shades of Blackcurrant #43044D

Tints of Blackcurrant #43044D

Color information

#43044D (or 0x43044D) is unknown color: approx Blackcurrant. HEX triplet: 43, 04 and 4D. RGB value is (67,4,77). Sum of RGB (Red+Green+Blue) = 67+4+77=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #43044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43044D is #BCFBB2. Grayscale: #1E1E1E. Windows color (decimal): -12385203 or 5047363. OLE color: 5047363.

HSL color Cylindrical-coordinate representation of color #43044D: hue angle of 291.78º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #43044D is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB67477-
CMYK0.130.9500.70
HSL291.78º90.12%15.88%-
HSV(B)291.78º94.81%30.2%-
XYZ3.71.827.18-
YUV31.16153.87153.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.27%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 77 (30.47% from 255) = 52.03%
R=45.27%
G=2.70%
B=52.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal674770.130.9500.70291.7890.1215.88
Hex4344DD5F0461245a10
Octal103411515137010644413220
Binary100001110010011011101101111101000110100100100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43044D; }

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

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

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

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

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

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

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

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