Html Css Color HEX #43024D Blackcurrant

📋 copy color: '#43024D'

red 67 ◦ green 2 ◦ blue 77

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

Shades of Blackcurrant #43024D

Tints of Blackcurrant #43024D

RGB

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

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

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

R = 45.89%
G = 1.37%
B = 52.74%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#43024D (or 0x43024D) is known color: Blackcurrant. HEX triplet: 43, 02 and 4D. RGB value is (67,2,77). Sum of RGB (Red+Green+Blue) = 67+2+77=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #43024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43024D is #BCFDB2. Grayscale: #1D1D1D. Windows color (decimal): -12385715 or 5046851. OLE color: 5046851.

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

Color convert

RGB 67 2 77 -
CMYK 0.13 0.97 0 0.70
HSL 292º 0.95% 0.15% -
HSV(B) 292º 0.97% 0.3% -
XYZ 3.68 1.77 7.17 -
YUV 29.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 67 2 77 0.13 0.97 0 0.70 292 0.95 0.15
Hex 43 2 4D D 61 0 46 124 5F F
Octal 103 2 115 15 141 0 106 444 137 17
Binary 1000011 10 1001101 1101 1100001 0 1000110 100100100 1011111 1111

Color Harmonies of #43024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43024D

Black with #43024D

Text Example


Text Example

White with #43024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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