Html Css Color HEX #43014E Blackcurrant

📋 copy color: '#43014E'

red 67 ◦ green 1 ◦ blue 78

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

Shades of Blackcurrant #43014E

Tints of Blackcurrant #43014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 53.42%

R = 45.89%
G = 0.68%
B = 53.42%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#43014E (or 0x43014E) is known color: Blackcurrant. HEX triplet: 43, 01 and 4E. RGB value is (67,1,78). Sum of RGB (Red+Green+Blue) = 67+1+78=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #43014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43014E is #BCFEB1. Grayscale: #1D1D1D. Windows color (decimal): -12385970 or 5112131. OLE color: 5112131.

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

Color convert

RGB 67 1 78 -
CMYK 0.14 0.99 0 0.69
HSL 291.43º 0.97% 0.15% -
HSV(B) 291.43º 0.99% 0.31% -
XYZ 3.7 1.77 7.35 -
YUV 29.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 67 1 78 0.14 0.99 0 0.69 291.43 0.97 0.15
Hex 43 1 4E E 63 0 45 123 61 F
Octal 103 1 116 16 143 0 105 443 141 17
Binary 1000011 1 1001110 1110 1100011 0 1000101 100100011 1100001 1111

Color Harmonies of #43014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43014E

Black with #43014E

Text Example


Text Example

White with #43014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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