#201625

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

Shades of Blackcurrant #201625

Tints of Blackcurrant #201625

Color information

#201625 (or 0x201625) is unknown color: approx Blackcurrant. HEX triplet: 20, 16 and 25. RGB value is (32,22,37). Sum of RGB (Red+Green+Blue) = 32+22+37=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 37 - color contains mainly: blue. Hex color #201625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201625 is #DFE9DA. Grayscale: #1A1A1A. Windows color (decimal): -14674395 or 2430496. OLE color: 2430496.

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

Color convert

RGB322237-
CMYK0.140.4100.85
HSL280º25.42%11.57%-
HSV(B)280º40.54%14.51%-
XYZ1.221.011.88-
YUV26.7133.81131.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.16%
GREEN value IS 22 (8.98% from 255) = 24.18%
BLUE value IS 37 (14.84% from 255) = 40.66%
R=35.16%
G=24.18%
B=40.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3222370.140.4100.8528025.4211.57
Hex201625E2905511819c
Octal402645165101254303114
Binary10000010110100101111010100101010101100011000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201625; }

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

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

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

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

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

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

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

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