#420B52

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

Shades of Blackcurrant #420B52

Tints of Blackcurrant #420B52

Color information

#420B52 (or 0x420B52) is unknown color: approx Blackcurrant. HEX triplet: 42, 0B and 52. RGB value is (66,11,82). Sum of RGB (Red+Green+Blue) = 66+11+82=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #420B52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B52 is #BDF4AD. Grayscale: #232323. Windows color (decimal): -12448942 or 5376834. OLE color: 5376834.

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

Color convert

RGB661182-
CMYK0.200.8700.68
HSL286.48º76.34%18.24%-
HSV(B)286.48º86.59%32.16%-
XYZ3.892.018.16-
YUV35.54154.22149.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 11 (4.69% from 255) = 6.92%
BLUE value IS 82 (32.42% from 255) = 51.57%
R=41.51%
G=6.92%
B=51.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6611820.200.8700.68286.4876.3418.24
Hex42B52145704411e4c12
Octal1021312224127010443611422
Binary10000101011101001010100101011101000100100011110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420B52; }

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

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

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

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

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

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

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

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