#42004A

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

Shades of Blackcurrant #42004A

Tints of Blackcurrant #42004A

Color information

#42004A (or 0x42004A) is unknown color: approx Blackcurrant. HEX triplet: 42, 00 and 4A. RGB value is (66,0,74). Sum of RGB (Red+Green+Blue) = 66+0+74=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #42004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42004A is #BDFFB5. Grayscale: #1B1B1B. Windows color (decimal): -12451766 or 4849730. OLE color: 4849730.

HSL color Cylindrical-coordinate representation of color #42004A: hue angle of 293.51º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42004A is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB66074-
CMYK0.11100.71
HSL293.51º100%14.51%-
HSV(B)293.51º100%29.02%-
XYZ3.481.656.61-
YUV28.17153.87154.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 52.86%
R=47.14%
G=0%
B=52.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal660740.11100.71293.5110014.51
Hex4204AB6404712664f
Octal102011213144010744614417
Binary100001001001010101111001000100011110010011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42004A; }

 p { color: rgb(66,0,74); }

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

<style>
 a { background-color: #42004A; }

 a { background-color: rgb(66,0,74); }

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

<style>
 span { border-color: #42004A; }

 span { border-color: rgb(66,0,74); }

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