Html Css Color HEX #420149 Blackcurrant

📋 copy color: '#420149'

red 66 ◦ green 1 ◦ blue 73

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

Shades of Blackcurrant #420149

Tints of Blackcurrant #420149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 73 (28.91% from 255) = 52.14%

R = 47.14%
G = 0.71%
B = 52.14%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#420149 (or 0x420149) is known color: Blackcurrant. HEX triplet: 42, 01 and 49. RGB value is (66,1,73). Sum of RGB (Red+Green+Blue) = 66+1+73=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #420149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420149 is #BDFEB6. Grayscale: #1C1C1C. Windows color (decimal): -12451511 or 4784450. OLE color: 4784450.

HSL color Cylindrical-coordinate representation of color #420149: hue angle of 294.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420149 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 1 73 -
CMYK 0.10 0.99 0 0.71
HSL 294.17º 0.97% 0.15% -
HSV(B) 294.17º 0.99% 0.29% -
XYZ 3.46 1.66 6.44 -
YUV 28.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 66 1 73 0.10 0.99 0 0.71 294.17 0.97 0.15
Hex 42 1 49 A 63 0 47 126 61 F
Octal 102 1 111 12 143 0 107 446 141 17
Binary 1000010 1 1001001 1010 1100011 0 1000111 100100110 1100001 1111

Color Harmonies of #420149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420149

Black with #420149

Text Example


Text Example

White with #420149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420149; }

 p { color: rgb(66,1,73); }

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

background-color css

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

 a { background-color: rgb(66,1,73); }

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

border-color css

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

 span { border-color: rgb(66,1,73); }

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