Html Css Color HEX #420D50 Blackcurrant

📋 copy color: '#420D50'

red 66 ◦ green 13 ◦ blue 80

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

Shades of Blackcurrant #420D50

Tints of Blackcurrant #420D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.18%

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

R = 41.51%
G = 8.18%
B = 50.31%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#420D50 (or 0x420D50) is known color: Blackcurrant. HEX triplet: 42, 0D and 50. RGB value is (66,13,80). Sum of RGB (Red+Green+Blue) = 66+13+80=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #420D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D50 is #BDF2AF. Grayscale: #242424. Windows color (decimal): -12448432 or 5246274. OLE color: 5246274.

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

Color convert

RGB 66 13 80 -
CMYK 0.17 0.84 0 0.69
HSL 287.46º 0.72% 0.18% -
HSV(B) 287.46º 0.84% 0.31% -
XYZ 3.84 2.03 7.78 -
YUV 36.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 66 13 80 0.17 0.84 0 0.69 287.46 0.72 0.18
Hex 42 D 50 11 54 0 45 11F 48 12
Octal 102 15 120 21 124 0 105 437 110 22
Binary 1000010 1101 1010000 10001 1010100 0 1000101 100011111 1001000 10010

Color Harmonies of #420D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D50

Black with #420D50

Text Example


Text Example

White with #420D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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