#201025

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

Shades of Blackcurrant #201025

Tints of Blackcurrant #201025

Color information

#201025 (or 0x201025) is unknown color: approx Blackcurrant. HEX triplet: 20, 10 and 25. RGB value is (32,16,37). Sum of RGB (Red+Green+Blue) = 32+16+37=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #201025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201025 is #DFEFDA. Grayscale: #171717. Windows color (decimal): -14675931 or 2428960. OLE color: 2428960.

HSL color Cylindrical-coordinate representation of color #201025: hue angle of 285.71º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #201025 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB321637-
CMYK0.140.5700.85
HSL285.71º39.62%10.39%-
HSV(B)285.71º56.76%14.51%-
XYZ1.110.811.85-
YUV23.18135.8134.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 16 (6.64% from 255) = 18.82%
BLUE value IS 37 (14.84% from 255) = 43.53%
R=37.65%
G=18.82%
B=43.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3216370.140.5700.85285.7139.6210.39
Hex201025E3905511e28a
Octal402045167101254365012
Binary100000100001001011110111001010101011000111101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201025; }

 p { color: rgb(32,16,37); }

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

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

 a { background-color: rgb(32,16,37); }

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

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

 span { border-color: rgb(32,16,37); }

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