#42064D

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

Shades of Blackcurrant #42064D

Tints of Blackcurrant #42064D

Color information

#42064D (or 0x42064D) is unknown color: approx Blackcurrant. HEX triplet: 42, 06 and 4D. RGB value is (66,6,77). Sum of RGB (Red+Green+Blue) = 66+6+77=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #42064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42064D is #BDF9B2. Grayscale: #1F1F1F. Windows color (decimal): -12450227 or 5047874. OLE color: 5047874.

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

Color convert

RGB66677-
CMYK0.140.9200.70
HSL290.7º85.54%16.27%-
HSV(B)290.7º92.21%30.2%-
XYZ3.651.827.18-
YUV32.03153.38152.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 77 (30.47% from 255) = 51.68%
R=44.30%
G=4.03%
B=51.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal666770.140.9200.70290.785.5416.27
Hex4264DE5C0461235610
Octal102611516134010644312620
Binary100001011010011011110101110001000110100100011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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