Html Css Color HEX #420050 Blackcurrant

📋 copy color: '#420050'

red 66 ◦ green 0 ◦ blue 80

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

Shades of Blackcurrant #420050

Tints of Blackcurrant #420050

RGB

 RED value IS 66 (26.17% from 255) = 45.21%

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

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

R = 45.21%
G = 0%
B = 54.79%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#420050 (or 0x420050) is known color: Blackcurrant. HEX triplet: 42, 00 and 50. RGB value is (66,0,80). Sum of RGB (Red+Green+Blue) = 66+0+80=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #420050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420050 is #BDFFAF. Grayscale: #1C1C1C. Windows color (decimal): -12451760 or 5242946. OLE color: 5242946.

HSL color Cylindrical-coordinate representation of color #420050: hue angle of 289.5º 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 #420050 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 0 80 -
CMYK 0.17 1 0 0.69
HSL 289.5º 1% 0.16% -
HSV(B) 289.5º 1% 0.31% -
XYZ 3.69 1.74 7.73 -
YUV 28.85 156.87 154.5 -
System Red Green Blue C M Y K H S L
Decimal 66 0 80 0.17 1 0 0.69 289.5 1 0.16
Hex 42 0 50 11 64 0 45 122 64 10
Octal 102 0 120 21 144 0 105 442 144 20
Binary 1000010 0 1010000 10001 1100100 0 1000101 100100010 1100100 10000

Color Harmonies of #420050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420050

Black with #420050

Text Example


Text Example

White with #420050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420050; }

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

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

background-color css

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

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

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

border-color css

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

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

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