Html Css Color HEX #43014A Blackcurrant

📋 copy color: '#43014A'

red 67 ◦ green 1 ◦ blue 74

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

Shades of Blackcurrant #43014A

Tints of Blackcurrant #43014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 52.11%

R = 47.18%
G = 0.7%
B = 52.11%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#43014A (or 0x43014A) is known color: Blackcurrant. HEX triplet: 43, 01 and 4A. RGB value is (67,1,74). Sum of RGB (Red+Green+Blue) = 67+1+74=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #43014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43014A is #BCFEB5. Grayscale: #1C1C1C. Windows color (decimal): -12385974 or 4849987. OLE color: 4849987.

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

Color convert

RGB 67 1 74 -
CMYK 0.09 0.99 0 0.71
HSL 294.25º 0.97% 0.15% -
HSV(B) 294.25º 0.99% 0.29% -
XYZ 3.56 1.71 6.62 -
YUV 29.06 153.37 155.06 -
System Red Green Blue C M Y K H S L
Decimal 67 1 74 0.09 0.99 0 0.71 294.25 0.97 0.15
Hex 43 1 4A 9 63 0 47 126 61 F
Octal 103 1 112 11 143 0 107 446 141 17
Binary 1000011 1 1001010 1001 1100011 0 1000111 100100110 1100001 1111

Color Harmonies of #43014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43014A

Black with #43014A

Text Example


Text Example

White with #43014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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