#42104E

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

Shades of Blackcurrant #42104E

Tints of Blackcurrant #42104E

Color information

#42104E (or 0x42104E) is unknown color: approx Blackcurrant. HEX triplet: 42, 10 and 4E. RGB value is (66,16,78). Sum of RGB (Red+Green+Blue) = 66+16+78=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #42104E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42104E is #BDEFB1. Grayscale: #252525. Windows color (decimal): -12447666 or 5115970. OLE color: 5115970.

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

Color convert

RGB661678-
CMYK0.150.7900.69
HSL288.39º65.96%18.43%-
HSV(B)288.39º79.49%30.59%-
XYZ3.812.087.41-
YUV38.02150.56147.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 16 (6.64% from 255) = 10%
BLUE value IS 78 (30.86% from 255) = 48.75%
R=41.25%
G=10%
B=48.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6616780.150.7900.69288.3965.9618.43
Hex42104EF4F0451204212
Octal1022011617117010544010222
Binary10000101000010011101111100111101000101100100000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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