Html Css Color HEX #43004D Blackcurrant

📋 copy color: '#43004D'

red 67 ◦ green 0 ◦ blue 77

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

Shades of Blackcurrant #43004D

Tints of Blackcurrant #43004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.53%
G = 0%
B = 53.47%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#43004D (or 0x43004D) is known color: Blackcurrant. HEX triplet: 43, 00 and 4D. RGB value is (67,0,77). Sum of RGB (Red+Green+Blue) = 67+0+77=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #43004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43004D is #BCFFB2. Grayscale: #1C1C1C. Windows color (decimal): -12386227 or 5046339. OLE color: 5046339.

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

Color convert

RGB 67 0 77 -
CMYK 0.13 1 0 0.70
HSL 292.21º 1% 0.15% -
HSV(B) 292.21º 1% 0.3% -
XYZ 3.65 1.73 7.16 -
YUV 28.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 67 0 77 0.13 1 0 0.70 292.21 1 0.15
Hex 43 0 4D D 64 0 46 124 64 F
Octal 103 0 115 15 144 0 106 444 144 17
Binary 1000011 0 1001101 1101 1100100 0 1000110 100100100 1100100 1111

Color Harmonies of #43004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43004D

Black with #43004D

Text Example


Text Example

White with #43004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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