#42014F

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

Shades of Blackcurrant #42014F

Tints of Blackcurrant #42014F

Color information

#42014F (or 0x42014F) is unknown color: approx Blackcurrant. HEX triplet: 42, 01 and 4F. RGB value is (66,1,79). Sum of RGB (Red+Green+Blue) = 66+1+79=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #42014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42014F is #BDFEB0. Grayscale: #1D1D1D. Windows color (decimal): -12451505 or 5177666. OLE color: 5177666.

HSL color Cylindrical-coordinate representation of color #42014F: hue angle of 290º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42014F is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB66179-
CMYK0.160.9900.69
HSL290º97.5%15.69%-
HSV(B)290º98.73%30.98%-
XYZ3.671.747.54-
YUV29.33156.03154.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 79 (31.25% from 255) = 54.11%
R=45.21%
G=0.68%
B=54.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal661790.160.9900.6929097.515.69
Hex4214F10630451226210
Octal102111720143010544214220
Binary10000101100111110000110001101000101100100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42014F; }

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

 H1.HeaderClassName
 {
   color: #42014F;
 }
 .AnyTagClassName
 {
   color: #42014F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #42014F;
 }
 .BgClassName
 {
   background-color: #42014F;
 }
</style>
border-color css

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

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

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