Html Css Color HEX #43024E Blackcurrant

📋 copy color: '#43024E'

red 67 ◦ green 2 ◦ blue 78

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

Shades of Blackcurrant #43024E

Tints of Blackcurrant #43024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

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

R = 45.58%
G = 1.36%
B = 53.06%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#43024E (or 0x43024E) is known color: Blackcurrant. HEX triplet: 43, 02 and 4E. RGB value is (67,2,78). Sum of RGB (Red+Green+Blue) = 67+2+78=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #43024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43024E is #BCFDB1. Grayscale: #1D1D1D. Windows color (decimal): -12385714 or 5112387. OLE color: 5112387.

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

Color convert

RGB 67 2 78 -
CMYK 0.14 0.97 0 0.69
HSL 291.32º 0.95% 0.16% -
HSV(B) 291.32º 0.97% 0.31% -
XYZ 3.71 1.79 7.36 -
YUV 30.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 67 2 78 0.14 0.97 0 0.69 291.32 0.95 0.16
Hex 43 2 4E E 61 0 45 123 5F 10
Octal 103 2 116 16 141 0 105 443 137 20
Binary 1000011 10 1001110 1110 1100001 0 1000101 100100011 1011111 10000

Color Harmonies of #43024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43024E

Black with #43024E

Text Example


Text Example

White with #43024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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