#420953

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

Shades of Blackcurrant #420953

Tints of Blackcurrant #420953

Color information

#420953 (or 0x420953) is unknown color: approx Blackcurrant. HEX triplet: 42, 09 and 53. RGB value is (66,9,83). Sum of RGB (Red+Green+Blue) = 66+9+83=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #420953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420953 is #BDF6AC. Grayscale: #222222. Windows color (decimal): -12449453 or 5441858. OLE color: 5441858.

HSL color Cylindrical-coordinate representation of color #420953: hue angle of 286.22º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420953 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB66983-
CMYK0.200.8900.67
HSL286.22º80.43%18.04%-
HSV(B)286.22º89.16%32.55%-
XYZ3.911.988.36-
YUV34.48155.38150.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 83 (32.81% from 255) = 52.53%
R=41.77%
G=5.70%
B=52.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal669830.200.8900.67286.2280.4318.04
Hex42953145904311e5012
Octal1021112324131010343612022
Binary10000101001101001110100101100101000011100011110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420953; }

 p { color: rgb(66,9,83); }

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

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

 a { background-color: rgb(66,9,83); }

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

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

 span { border-color: rgb(66,9,83); }

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