#42014C

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

Shades of Blackcurrant #42014C

Tints of Blackcurrant #42014C

Color information

#42014C (or 0x42014C) is unknown color: approx Blackcurrant. HEX triplet: 42, 01 and 4C. RGB value is (66,1,76). Sum of RGB (Red+Green+Blue) = 66+1+76=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #42014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42014C is #BDFEB3. Grayscale: #1C1C1C. Windows color (decimal): -12451508 or 4981058. OLE color: 4981058.

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

Color convert

RGB66176-
CMYK0.130.9900.70
HSL292º97.4%15.1%-
HSV(B)292º98.68%29.8%-
XYZ3.561.76.98-
YUV28.98154.53154.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 76 (30.08% from 255) = 53.15%
R=46.15%
G=0.70%
B=53.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal661760.130.9900.7029297.415.1
Hex4214CD6304612461f
Octal102111415143010644414117
Binary100001011001100110111000110100011010010010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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