#420251

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

Shades of Blackcurrant #420251

Tints of Blackcurrant #420251

Color information

#420251 (or 0x420251) is unknown color: approx Blackcurrant. HEX triplet: 42, 02 and 51. RGB value is (66,2,81). Sum of RGB (Red+Green+Blue) = 66+2+81=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #420251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420251 is #BDFDAE. Grayscale: #1D1D1D. Windows color (decimal): -12451247 or 5308994. OLE color: 5308994.

HSL color Cylindrical-coordinate representation of color #420251: hue angle of 288.61º 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 #420251 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB66281-
CMYK0.190.9800.68
HSL288.61º95.18%16.27%-
HSV(B)288.61º97.53%31.76%-
XYZ3.751.87.93-
YUV30.14156.7153.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 81 (32.03% from 255) = 54.36%
R=44.30%
G=1.34%
B=54.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal662810.190.9800.68288.6195.1816.27
Hex4225113620441215f10
Octal102212123142010444113720
Binary100001010101000110011110001001000100100100001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420251; }

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

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

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

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

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

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

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

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