#42014B

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

Shades of Blackcurrant #42014B

Tints of Blackcurrant #42014B

Color information

#42014B (or 0x42014B) is unknown color: approx Blackcurrant. HEX triplet: 42, 01 and 4B. RGB value is (66,1,75). Sum of RGB (Red+Green+Blue) = 66+1+75=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #42014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42014B is #BDFEB4. Grayscale: #1C1C1C. Windows color (decimal): -12451509 or 4915522. OLE color: 4915522.

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

Color convert

RGB66175-
CMYK0.120.9900.71
HSL292.7º97.37%14.9%-
HSV(B)292.7º98.67%29.41%-
XYZ3.531.696.8-
YUV28.87154.03154.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.48%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 75 (29.69% from 255) = 52.82%
R=46.48%
G=0.70%
B=52.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal661750.120.9900.71292.797.3714.9
Hex4214BC6304712561f
Octal102111314143010744514117
Binary100001011001011110011000110100011110010010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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