Html Css Color HEX #43064D Blackcurrant

📋 copy color: '#43064D'

red 67 ◦ green 6 ◦ blue 77

#43064D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #43064D

Tints of Blackcurrant #43064D

RGB

 RED value IS 67 (26.56% from 255) = 44.67%

 GREEN value IS 6 (2.73% from 255) = 4%

 BLUE value IS 77 (30.47% from 255) = 51.33%

R = 44.67%
G = 4%
B = 51.33%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#43064D (or 0x43064D) is known color: Blackcurrant. HEX triplet: 43, 06 and 4D. RGB value is (67,6,77). Sum of RGB (Red+Green+Blue) = 67+6+77=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #43064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43064D is #BCF9B2. Grayscale: #202020. Windows color (decimal): -12384691 or 5047875. OLE color: 5047875.

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

Color convert

RGB 67 6 77 -
CMYK 0.13 0.92 0 0.70
HSL 291.55º 0.86% 0.16% -
HSV(B) 291.55º 0.92% 0.3% -
XYZ 3.72 1.86 7.18 -
YUV 32.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 67 6 77 0.13 0.92 0 0.70 291.55 0.86 0.16
Hex 43 6 4D D 5C 0 46 124 56 10
Octal 103 6 115 15 134 0 106 444 126 20
Binary 1000011 110 1001101 1101 1011100 0 1000110 100100100 1010110 10000

Color Harmonies of #43064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43064D

Black with #43064D

Text Example


Text Example

White with #43064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #43064D;
 }
 .AnyTagClassName
 {
   color: #43064D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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