Html Css Color HEX #430050 Blackcurrant

📋 copy color: '#430050'

red 67 ◦ green 0 ◦ blue 80

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

Shades of Blackcurrant #430050

Tints of Blackcurrant #430050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 54.42%

R = 45.58%
G = 0%
B = 54.42%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#430050 (or 0x430050) is known color: Blackcurrant. HEX triplet: 43, 00 and 50. RGB value is (67,0,80). Sum of RGB (Red+Green+Blue) = 67+0+80=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #430050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430050 is #BCFFAF. Grayscale: #1C1C1C. Windows color (decimal): -12386224 or 5242947. OLE color: 5242947.

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

Color convert

RGB 67 0 80 -
CMYK 0.16 1 0 0.69
HSL 290.25º 1% 0.16% -
HSV(B) 290.25º 1% 0.31% -
XYZ 3.76 1.77 7.73 -
YUV 29.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 67 0 80 0.16 1 0 0.69 290.25 1 0.16
Hex 43 0 50 10 64 0 45 122 64 10
Octal 103 0 120 20 144 0 105 442 144 20
Binary 1000011 0 1010000 10000 1100100 0 1000101 100100010 1100100 10000

Color Harmonies of #430050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430050

Black with #430050

Text Example


Text Example

White with #430050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430050; }

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

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

background-color css

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

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

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

border-color css

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

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

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