#42104D

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

Shades of Blackcurrant #42104D

Tints of Blackcurrant #42104D

Color information

#42104D (or 0x42104D) is unknown color: approx Blackcurrant. HEX triplet: 42, 10 and 4D. RGB value is (66,16,77). Sum of RGB (Red+Green+Blue) = 66+16+77=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #42104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42104D is #BDEFB2. Grayscale: #252525. Windows color (decimal): -12447667 or 5050434. OLE color: 5050434.

HSL color Cylindrical-coordinate representation of color #42104D: hue angle of 289.18º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42104D is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB661677-
CMYK0.140.7900.70
HSL289.18º65.59%18.24%-
HSV(B)289.18º79.22%30.2%-
XYZ3.772.067.22-
YUV37.9150.06148.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 16 (6.64% from 255) = 10.06%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=41.51%
G=10.06%
B=48.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6616770.140.7900.70289.1865.5918.24
Hex42104DE4F0461214212
Octal1022011516117010644110222
Binary10000101000010011011110100111101000110100100001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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