#43074E

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

Shades of Blackcurrant #43074E

Tints of Blackcurrant #43074E

Color information

#43074E (or 0x43074E) is unknown color: approx Blackcurrant. HEX triplet: 43, 07 and 4E. RGB value is (67,7,78). Sum of RGB (Red+Green+Blue) = 67+7+78=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #43074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43074E is #BCF8B1. Grayscale: #202020. Windows color (decimal): -12384434 or 5113667. OLE color: 5113667.

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

Color convert

RGB67778-
CMYK0.140.9100.69
HSL290.7º83.53%16.67%-
HSV(B)290.7º91.03%30.59%-
XYZ3.771.97.38-
YUV33.03153.38152.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 7 (3.12% from 255) = 4.61%
BLUE value IS 78 (30.86% from 255) = 51.32%
R=44.08%
G=4.61%
B=51.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal677780.140.9100.69290.783.5316.67
Hex4374EE5B0451235411
Octal103711616133010544312421
Binary100001111110011101110101101101000101100100011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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