#43064F

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

Shades of Blackcurrant #43064F

Tints of Blackcurrant #43064F

Color information

#43064F (or 0x43064F) is unknown color: approx Blackcurrant. HEX triplet: 43, 06 and 4F. RGB value is (67,6,79). Sum of RGB (Red+Green+Blue) = 67+6+79=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #43064F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43064F is #BCF9B0. Grayscale: #202020. Windows color (decimal): -12384689 or 5178947. OLE color: 5178947.

HSL color Cylindrical-coordinate representation of color #43064F: hue angle of 290.14º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #43064F is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB67679-
CMYK0.150.9200.69
HSL290.14º85.88%16.67%-
HSV(B)290.14º92.41%30.98%-
XYZ3.791.897.56-
YUV32.56154.21152.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 6 (2.73% from 255) = 3.95%
BLUE value IS 79 (31.25% from 255) = 51.97%
R=44.08%
G=3.95%
B=51.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal676790.150.9200.69290.1485.8816.67
Hex4364FF5C0451225611
Octal103611717134010544212621
Binary100001111010011111111101110001000101100100010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43064F; }

 p { color: rgb(67,6,79); }

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

<style>
 a { background-color: #43064F; }

 a { background-color: rgb(67,6,79); }

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

<style>
 span { border-color: #43064F; }

 span { border-color: rgb(67,6,79); }

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