#43084D

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

Shades of Blackcurrant #43084D

Tints of Blackcurrant #43084D

Color information

#43084D (or 0x43084D) is unknown color: approx Blackcurrant. HEX triplet: 43, 08 and 4D. RGB value is (67,8,77). Sum of RGB (Red+Green+Blue) = 67+8+77=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #43084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43084D is #BCF7B2. Grayscale: #212121. Windows color (decimal): -12384179 or 5048387. OLE color: 5048387.

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

Color convert

RGB67877-
CMYK0.130.9000.70
HSL291.3º81.18%16.67%-
HSV(B)291.3º89.61%30.2%-
XYZ3.741.97.19-
YUV33.51152.55151.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 77 (30.47% from 255) = 50.66%
R=44.08%
G=5.26%
B=50.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal678770.130.9000.70291.381.1816.67
Hex4384DD5A0461235111
Octal1031011515132010644312121
Binary1000011100010011011101101101001000110100100011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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