Html Css Color HEX #43014F Blackcurrant

📋 copy color: '#43014F'

red 67 ◦ green 1 ◦ blue 79

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

Shades of Blackcurrant #43014F

Tints of Blackcurrant #43014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

 BLUE value IS 79 (31.25% from 255) = 53.74%

R = 45.58%
G = 0.68%
B = 53.74%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#43014F (or 0x43014F) is known color: Blackcurrant. HEX triplet: 43, 01 and 4F. RGB value is (67,1,79). Sum of RGB (Red+Green+Blue) = 67+1+79=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #43014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43014F is #BCFEB0. Grayscale: #1D1D1D. Windows color (decimal): -12385969 or 5177667. OLE color: 5177667.

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

Color convert

RGB 67 1 79 -
CMYK 0.15 0.99 0 0.69
HSL 290.77º 0.98% 0.16% -
HSV(B) 290.77º 0.99% 0.31% -
XYZ 3.74 1.78 7.54 -
YUV 29.63 155.87 154.66 -
System Red Green Blue C M Y K H S L
Decimal 67 1 79 0.15 0.99 0 0.69 290.77 0.98 0.16
Hex 43 1 4F F 63 0 45 123 62 10
Octal 103 1 117 17 143 0 105 443 142 20
Binary 1000011 1 1001111 1111 1100011 0 1000101 100100011 1100010 10000

Color Harmonies of #43014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43014F

Black with #43014F

Text Example


Text Example

White with #43014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #43014F;
 }
 .AnyTagClassName
 {
   color: #43014F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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