#420052

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

Shades of Blackcurrant #420052

Tints of Blackcurrant #420052

Color information

#420052 (or 0x420052) is unknown color: approx Blackcurrant. HEX triplet: 42, 00 and 52. RGB value is (66,0,82). Sum of RGB (Red+Green+Blue) = 66+0+82=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #420052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420052 is #BDFFAD. Grayscale: #1C1C1C. Windows color (decimal): -12451758 or 5374018. OLE color: 5374018.

HSL color Cylindrical-coordinate representation of color #420052: hue angle of 288.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420052 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB66082-
CMYK0.20100.68
HSL288.29º100%16.08%-
HSV(B)288.29º100%32.16%-
XYZ3.771.778.13-
YUV29.08157.87154.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 55.41%
R=44.59%
G=0%
B=55.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal660820.20100.68288.2910016.08
Hex4205214640441206410
Octal102012224144010444014420
Binary10000100101001010100110010001000100100100000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420052; }

 p { color: rgb(66,0,82); }

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

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

 a { background-color: rgb(66,0,82); }

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

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

 span { border-color: rgb(66,0,82); }

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