#42084D

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

Shades of Blackcurrant #42084D

Tints of Blackcurrant #42084D

Color information

#42084D (or 0x42084D) is unknown color: approx Blackcurrant. HEX triplet: 42, 08 and 4D. RGB value is (66,8,77). Sum of RGB (Red+Green+Blue) = 66+8+77=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #42084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42084D is #BDF7B2. Grayscale: #202020. Windows color (decimal): -12449715 or 5048386. OLE color: 5048386.

HSL color Cylindrical-coordinate representation of color #42084D: hue angle of 290.43º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42084D is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB66877-
CMYK0.140.9000.70
HSL290.43º81.18%16.67%-
HSV(B)290.43º89.61%30.2%-
XYZ3.671.877.19-
YUV33.21152.72151.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 77 (30.47% from 255) = 50.99%
R=43.71%
G=5.30%
B=50.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal668770.140.9000.70290.4381.1816.67
Hex4284DE5A0461225111
Octal1021011516132010644212121
Binary1000010100010011011110101101001000110100100010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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