#42074D

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

Shades of Blackcurrant #42074D

Tints of Blackcurrant #42074D

Color information

#42074D (or 0x42074D) is unknown color: approx Blackcurrant. HEX triplet: 42, 07 and 4D. RGB value is (66,7,77). Sum of RGB (Red+Green+Blue) = 66+7+77=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #42074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42074D is #BDF8B2. Grayscale: #202020. Windows color (decimal): -12449971 or 5048130. OLE color: 5048130.

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

Color convert

RGB66777-
CMYK0.140.9100.70
HSL290.57º83.33%16.47%-
HSV(B)290.57º90.91%30.2%-
XYZ3.661.857.18-
YUV32.62153.05151.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 7 (3.12% from 255) = 4.67%
BLUE value IS 77 (30.47% from 255) = 51.33%
R=44%
G=4.67%
B=51.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal667770.140.9100.70290.5783.3316.47
Hex4274DE5B0461235310
Octal102711516133010644312320
Binary100001011110011011110101101101000110100100011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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