Html Css Color HEX #43044C Blackcurrant

📋 copy color: '#43044C'

red 67 ◦ green 4 ◦ blue 76

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

Shades of Blackcurrant #43044C

Tints of Blackcurrant #43044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.72%

 BLUE value IS 76 (30.08% from 255) = 51.7%

R = 45.58%
G = 2.72%
B = 51.7%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#43044C (or 0x43044C) is known color: Blackcurrant. HEX triplet: 43, 04 and 4C. RGB value is (67,4,76). Sum of RGB (Red+Green+Blue) = 67+4+76=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #43044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43044C is #BCFBB3. Grayscale: #1E1E1E. Windows color (decimal): -12385204 or 4981827. OLE color: 4981827.

HSL color Cylindrical-coordinate representation of color #43044C: hue angle of 292.5º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #43044C is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 67 4 76 -
CMYK 0.12 0.95 0 0.70
HSL 292.5º 0.9% 0.16% -
HSV(B) 292.5º 0.95% 0.3% -
XYZ 3.66 1.8 6.99 -
YUV 31.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 67 4 76 0.12 0.95 0 0.70 292.5 0.9 0.16
Hex 43 4 4C C 5F 0 46 124 5A 10
Octal 103 4 114 14 137 0 106 444 132 20
Binary 1000011 100 1001100 1100 1011111 0 1000110 100100100 1011010 10000

Color Harmonies of #43044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43044C

Black with #43044C

Text Example


Text Example

White with #43044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43044C; }

 p { color: rgb(67,4,76); }

 H1.HeaderClassName
 {
   color: #43044C;
 }
 .AnyTagClassName
 {
   color: #43044C;
 }
</style>

background-color css

<style>
 a { background-color: #43044C; }

 a { background-color: rgb(67,4,76); }

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

border-color css

<style>
 span { border-color: #43044C; }

 span { border-color: rgb(67,4,76); }

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