Html Css Color HEX #420950 Blackcurrant

📋 copy color: '#420950'

red 66 ◦ green 9 ◦ blue 80

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

Shades of Blackcurrant #420950

Tints of Blackcurrant #420950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.81%

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

R = 42.58%
G = 5.81%
B = 51.61%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#420950 (or 0x420950) is known color: Blackcurrant. HEX triplet: 42, 09 and 50. RGB value is (66,9,80). Sum of RGB (Red+Green+Blue) = 66+9+80=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #420950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420950 is #BDF6AF. Grayscale: #212121. Windows color (decimal): -12449456 or 5245250. OLE color: 5245250.

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

Color convert

RGB 66 9 80 -
CMYK 0.17 0.89 0 0.69
HSL 288.17º 0.8% 0.17% -
HSV(B) 288.17º 0.89% 0.31% -
XYZ 3.79 1.93 7.76 -
YUV 34.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 66 9 80 0.17 0.89 0 0.69 288.17 0.8 0.17
Hex 42 9 50 11 59 0 45 120 50 11
Octal 102 11 120 21 131 0 105 440 120 21
Binary 1000010 1001 1010000 10001 1011001 0 1000101 100100000 1010000 10001

Color Harmonies of #420950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420950

Black with #420950

Text Example


Text Example

White with #420950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420950; }

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

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

background-color css

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

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

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

border-color css

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

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

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