#42014E

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

Shades of Blackcurrant #42014E

Tints of Blackcurrant #42014E

Color information

#42014E (or 0x42014E) is unknown color: approx Blackcurrant. HEX triplet: 42, 01 and 4E. RGB value is (66,1,78). Sum of RGB (Red+Green+Blue) = 66+1+78=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #42014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42014E is #BDFEB1. Grayscale: #1C1C1C. Windows color (decimal): -12451506 or 5112130. OLE color: 5112130.

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

Color convert

RGB66178-
CMYK0.150.9900.69
HSL290.65º97.47%15.49%-
HSV(B)290.65º98.72%30.59%-
XYZ3.631.737.35-
YUV29.21155.53154.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 78 (30.86% from 255) = 53.79%
R=45.52%
G=0.69%
B=53.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal661780.150.9900.69290.6597.4715.49
Hex4214EF6304512361f
Octal102111617143010544314117
Binary100001011001110111111000110100010110010001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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