#42014D

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

Shades of Blackcurrant #42014D

Tints of Blackcurrant #42014D

Color information

#42014D (or 0x42014D) is unknown color: approx Blackcurrant. HEX triplet: 42, 01 and 4D. RGB value is (66,1,77). Sum of RGB (Red+Green+Blue) = 66+1+77=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #42014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42014D is #BDFEB2. Grayscale: #1C1C1C. Windows color (decimal): -12451507 or 5046594. OLE color: 5046594.

HSL color Cylindrical-coordinate representation of color #42014D: hue angle of 291.32º 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 #42014D is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB66177-
CMYK0.140.9900.70
HSL291.32º97.44%15.29%-
HSV(B)291.32º98.7%30.2%-
XYZ3.61.727.16-
YUV29.1155.03154.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.83%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 77 (30.47% from 255) = 53.47%
R=45.83%
G=0.69%
B=53.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal661770.140.9900.70291.3297.4415.29
Hex4214DE6304612361f
Octal102111516143010644314117
Binary100001011001101111011000110100011010010001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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