#420149

Color #420149 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #420149

Tints of Blackcurrant #420149

Color information

#420149 (or 0x420149) is unknown color: approx 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

RGB66173-
CMYK0.100.9900.71
HSL294.17º97.3%14.51%-
HSV(B)294.17º98.63%28.63%-
XYZ3.461.666.44-
YUV28.64153.03154.65-

RGB Variations

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

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 (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal661730.100.9900.71294.1797.314.51
Hex42149A6304712661f
Octal102111112143010744614117
Binary100001011001001101011000110100011110010011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>