#420252

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

Shades of Blackcurrant #420252

Tints of Blackcurrant #420252

Color information

#420252 (or 0x420252) is unknown color: approx Blackcurrant. HEX triplet: 42, 02 and 52. RGB value is (66,2,82). Sum of RGB (Red+Green+Blue) = 66+2+82=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #420252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420252 is #BDFDAD. Grayscale: #1E1E1E. Windows color (decimal): -12451246 or 5374530. OLE color: 5374530.

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

Color convert

RGB66282-
CMYK0.200.9800.68
HSL288º95.24%16.47%-
HSV(B)288º97.56%32.16%-
XYZ3.791.818.13-
YUV30.26157.2153.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 2 (1.17% from 255) = 1.33%
BLUE value IS 82 (32.42% from 255) = 54.67%
R=44%
G=1.33%
B=54.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal662820.200.9800.6828895.2416.47
Hex4225214620441205f10
Octal102212224142010444013720
Binary100001010101001010100110001001000100100100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420252; }

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

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

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

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

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

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

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

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