Html Css Color HEX #420F4D Blackcurrant

📋 copy color: '#420F4D'

red 66 ◦ green 15 ◦ blue 77

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

Shades of Blackcurrant #420F4D

Tints of Blackcurrant #420F4D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.49%

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

R = 41.77%
G = 9.49%
B = 48.73%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#420F4D (or 0x420F4D) is known color: Blackcurrant. HEX triplet: 42, 0F and 4D. RGB value is (66,15,77). Sum of RGB (Red+Green+Blue) = 66+15+77=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #420F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420F4D is #BDF0B2. Grayscale: #252525. Windows color (decimal): -12447923 or 5050178. OLE color: 5050178.

HSL color Cylindrical-coordinate representation of color #420F4D: hue angle of 289.35º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #420F4D is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 15 77 -
CMYK 0.14 0.81 0 0.70
HSL 289.35º 0.67% 0.18% -
HSV(B) 289.35º 0.81% 0.3% -
XYZ 3.76 2.04 7.22 -
YUV 37.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 66 15 77 0.14 0.81 0 0.70 289.35 0.67 0.18
Hex 42 F 4D E 51 0 46 121 43 12
Octal 102 17 115 16 121 0 106 441 103 22
Binary 1000010 1111 1001101 1110 1010001 0 1000110 100100001 1000011 10010

Color Harmonies of #420F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420F4D

Black with #420F4D

Text Example


Text Example

White with #420F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,15,77); }

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

background-color css

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

 a { background-color: rgb(66,15,77); }

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

border-color css

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

 span { border-color: rgb(66,15,77); }

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